Commit
·
90f7c25
1
Parent(s):
5ff29cb
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from huggingface_hub import hf_hub_url
|
|
18 |
|
19 |
|
20 |
|
21 |
-
file_path = hf_hub_download("SerdarHelli/Knee-Merchant-Landmark-Demo",filename="knee_merchant_landmark_demo.h5",use_auth_token=os.environ
|
22 |
|
23 |
|
24 |
model = tf.keras.load_model(file_path)
|
|
|
18 |
|
19 |
|
20 |
|
21 |
+
file_path = hf_hub_download("SerdarHelli/Knee-Merchant-Landmark-Demo",filename="knee_merchant_landmark_demo.h5",use_auth_token=os.environ.get("TOKEN"))
|
22 |
|
23 |
|
24 |
model = tf.keras.load_model(file_path)
|