Spaces:
Runtime error
Runtime error
Commit Β·
8187cc7
1
Parent(s): f9d9c9c
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import csv
|
|
| 11 |
import datetime
|
| 12 |
|
| 13 |
from huggingface_hub import hf_hub_download
|
| 14 |
-
file_path = hf_hub_download(repo_id="PierreHanna/TextRetrieval", filename="encoder_text_retrievaltext_bmg_221022_54.h5",
|
| 15 |
use_auth_token="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")
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
import datetime
|
| 12 |
|
| 13 |
from huggingface_hub import hf_hub_download
|
| 14 |
+
file_path = hf_hub_download(repo_id="PierreHanna/TextRetrieval", repo_type="space", filename="encoder_text_retrievaltext_bmg_221022_54.h5",
|
| 15 |
use_auth_token="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")
|
| 16 |
|
| 17 |
|