PierreHanna commited on
Commit
47496ed
Β·
1 Parent(s): 15020c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -12,7 +12,10 @@ import datetime
12
 
13
  from huggingface_hub import hf_hub_download
14
  file_path = hf_hub_download("PierreHanna/TextRetrieval", "encoder_text_retrievaltext_bmg_221022_54.h5",
15
- use_auth_token=os.environ['TOKEN'])
 
 
 
16
 
17
  # NO GPU
18
  os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
 
12
 
13
  from huggingface_hub import hf_hub_download
14
  file_path = hf_hub_download("PierreHanna/TextRetrieval", "encoder_text_retrievaltext_bmg_221022_54.h5",
15
+ use_auth_token="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")
16
+
17
+
18
+ #use_auth_token=os.environ['TOKEN'])
19
 
20
  # NO GPU
21
  os.environ['CUDA_VISIBLE_DEVICES'] = '-1'