Spaces:
Running
Running
SmilingWolf
commited on
Commit
•
8279aed
1
Parent(s):
8246815
Remove lingering references to the auth token
Browse files
app.py
CHANGED
@@ -102,12 +102,10 @@ class Predictor:
|
|
102 |
csv_path = huggingface_hub.hf_hub_download(
|
103 |
model_repo,
|
104 |
LABEL_FILENAME,
|
105 |
-
use_auth_token=HF_TOKEN,
|
106 |
)
|
107 |
model_path = huggingface_hub.hf_hub_download(
|
108 |
model_repo,
|
109 |
MODEL_FILENAME,
|
110 |
-
use_auth_token=HF_TOKEN,
|
111 |
)
|
112 |
return csv_path, model_path
|
113 |
|
|
|
102 |
csv_path = huggingface_hub.hf_hub_download(
|
103 |
model_repo,
|
104 |
LABEL_FILENAME,
|
|
|
105 |
)
|
106 |
model_path = huggingface_hub.hf_hub_download(
|
107 |
model_repo,
|
108 |
MODEL_FILENAME,
|
|
|
109 |
)
|
110 |
return csv_path, model_path
|
111 |
|