SerdarHelli commited on
Commit
0c13e1a
·
1 Parent(s): 7b916d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from huggingface_hub import hf_hub_download,from_pretrained_keras
14
  import tensorflow as tf
15
 
16
 
17
- model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection",use_auth_token=os.environ.get("TOKEN_FROM_SECRET"))
18
 
19
 
20
 
 
14
  import tensorflow as tf
15
 
16
 
17
+ #model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection",use_auth_token=os.environ.get("TOKEN_FROM_SECRET"))
18
 
19
 
20