Commit
·
76c6447
1
Parent(s):
96e47a4
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub import hf_hub_download
|
|
13 |
|
14 |
|
15 |
|
16 |
-
file_path = hf_hub_download("SerdarHelli/Knee-View-Merchant-Landmark-Detection","",
|
17 |
use_auth_token=os.environ.get("TOKEN_FROM_SECRET"))
|
18 |
|
19 |
|
|
|
13 |
|
14 |
|
15 |
|
16 |
+
file_path = hf_hub_download("SerdarHelli/Knee-View-Merchant-Landmark-Detection","keras",
|
17 |
use_auth_token=os.environ.get("TOKEN_FROM_SECRET"))
|
18 |
|
19 |
|