Spaces:
Runtime error
Runtime error
BastienHot
commited on
Update app.py
Browse files
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'
|