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