BastienHot commited on
Commit
62569d2
·
verified ·
1 Parent(s): 9f42557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -20,8 +20,6 @@ import faiss
20
  import torch
21
  import time
22
 
23
- SECRET_TOKEN = os.getenv("HF_TOKEN")
24
-
25
  preprocessed_docs_path = './preprocessed_docs.csv'
26
  embeddings_path = './embeddings.pt'
27
  index_path = './faiss_index'
 
20
  import torch
21
  import time
22
 
 
 
23
  preprocessed_docs_path = './preprocessed_docs.csv'
24
  embeddings_path = './embeddings.pt'
25
  index_path = './faiss_index'