Spaces:
Sleeping
Sleeping
initial commit2
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
|
| 6 |
# 1) download your SavedModel from the Hub
|
| 7 |
-
repo_id = "
|
| 8 |
hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
|
| 9 |
hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
|
| 10 |
hf_hub_download(repo_id, filename="model.weights.h5", repo_type="model", local_dir="./model")
|
|
|
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
|
| 6 |
# 1) download your SavedModel from the Hub
|
| 7 |
+
repo_id = "IDS75912/CTAIAnimalClassifier"
|
| 8 |
hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
|
| 9 |
hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
|
| 10 |
hf_hub_download(repo_id, filename="model.weights.h5", repo_type="model", local_dir="./model")
|