Commit
·
675ac27
1
Parent(s):
0c13e1a
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ import tensorflow as tf
|
|
18 |
|
19 |
|
20 |
|
21 |
-
file_path = hf_hub_download("SerdarHelli/Knee-View-Merchant-Landmark-Detection",
|
22 |
|
23 |
|
24 |
model = tf.keras.load_model(file_path)
|
|
|
18 |
|
19 |
|
20 |
|
21 |
+
file_path = hf_hub_download("SerdarHelli/Knee-View-Merchant-Landmark-Detection",use_auth_token=os.environ.get("TOKEN"))
|
22 |
|
23 |
|
24 |
model = tf.keras.load_model(file_path)
|