Spaces:
Sleeping
Sleeping
commit4
Browse files
app.py
CHANGED
|
@@ -11,7 +11,8 @@ from huggingface_hub import hf_hub_download
|
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
-
# 1) download your SavedModel from the Hub
|
|
|
|
| 15 |
repo_id = "IDS75912/masterclass-2025"
|
| 16 |
hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
|
| 17 |
hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
+
# 1) download your SavedModel from the Hub:
|
| 15 |
+
# so refer to the repository where your model is, not the one for the space!
|
| 16 |
repo_id = "IDS75912/masterclass-2025"
|
| 17 |
hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
|
| 18 |
hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
|