FridayMaster commited on
Commit
63f18ab
·
verified ·
1 Parent(s): d4339db

Update app.py

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