FridayMaster commited on
Commit
62681d1
·
verified ·
1 Parent(s): b29db7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"