SerdarHelli commited on
Commit
76c6447
·
1 Parent(s): 96e47a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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