SerdarHelli commited on
Commit
542d5c0
·
1 Parent(s): 6983ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ import cv2
10
  from Utils import *
11
  from huggingface_hub import from_pretrained_keras
12
 
 
13
 
14
 
15
  model=from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection",use_auth_token=True)
 
10
  from Utils import *
11
  from huggingface_hub import from_pretrained_keras
12
 
13
+ auth_token = os.environ.get("TOKEN_FROM_SECRET") or True
14
 
15
 
16
  model=from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection",use_auth_token=True)