Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
|
|
8 |
# Helper function to download models from Hugging Face
|
9 |
def get_model_path(model_name):
|
10 |
model_cache_path = hf_hub_download(
|
11 |
-
repo_id="atalaydenknalbant/
|
12 |
filename=model_name
|
13 |
)
|
14 |
return model_cache_path
|
|
|
8 |
# Helper function to download models from Hugging Face
|
9 |
def get_model_path(model_name):
|
10 |
model_cache_path = hf_hub_download(
|
11 |
+
repo_id="atalaydenknalbant/budgerigar_yolo_models",
|
12 |
filename=model_name
|
13 |
)
|
14 |
return model_cache_path
|