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