Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshalmore31
/
Swarms
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Swarms
/
swarms
/
structs
/
swarm_id_generator.py
harshalmore31
Synced repo using 'sync_with_huggingface' Github Action
d8d14f1
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
68 Bytes
import
uuid
def
generate_swarm_id
():
return
str
(uuid.uuid4())