Spaces:
Sleeping
Sleeping
Upload model_loader.py with huggingface_hub
Browse files- model_loader.py +1 -0
model_loader.py
CHANGED
|
@@ -11,6 +11,7 @@ from huggingface_hub import HfApi, hf_hub_download
|
|
| 11 |
|
| 12 |
|
| 13 |
HF_MODEL_REPO = "gionuibk/NautilusModels"
|
|
|
|
| 14 |
# Use HF's default cache - files are cached and only re-downloaded if changed
|
| 15 |
LOCAL_CACHE = None # Let hf_hub_download use default cache
|
| 16 |
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
HF_MODEL_REPO = "gionuibk/NautilusModels"
|
| 14 |
+
print("📦 ModelLoader Module Initialized") # Force Upload Hash Change
|
| 15 |
# Use HF's default cache - files are cached and only re-downloaded if changed
|
| 16 |
LOCAL_CACHE = None # Let hf_hub_download use default cache
|
| 17 |
|