Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Genius-Society
/
insecta
like
10
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
insecta
/
utils.py
admin
upd cache_dir
e45575c
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
from
huggingface_hub
import
snapshot_download
MODEL_DIR = snapshot_download(
"Genius-Society/insecta"
, cache_dir=
"./__pycache__"
)