Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WaveCut
/
anycoder-37529124
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
61fa0c9
anycoder-37529124
/
utils.py
WaveCut
Upload folder using huggingface_hub
ea4fe4b
verified
22 days ago
raw
Copy download link
history
blame
Safe
155 Bytes
import
random
import
time
def
get_random_seed
():
"""
Generates a random seed based on system time.
"""
return
random.randint(
0
,
2
**
32
-
1
)