PierreHanna commited on
Commit
f9d9c9c
Β·
1 Parent(s): 4b59d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "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", filename="encoder_text_retrievaltext_bmg_221022_54.h5",
15
  use_auth_token="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")
16
 
17