Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import torch
|
|
9 |
|
10 |
# Download the required NLTK data
|
11 |
nltk.download('punkt')
|
|
|
12 |
|
13 |
# Paths to your files
|
14 |
faiss_path = "manual_chunked_faiss_index_500.bin"
|
|
|
9 |
|
10 |
# Download the required NLTK data
|
11 |
nltk.download('punkt')
|
12 |
+
nltk.download('punkt_tab')
|
13 |
|
14 |
# Paths to your files
|
15 |
faiss_path = "manual_chunked_faiss_index_500.bin"
|