IProject-10 commited on
Commit
fc560eb
·
verified ·
1 Parent(s): 9d9952b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ from nltk.tokenize import sent_tokenize
19
 
20
  # Download NLTK resources
21
  nltk.download('punkt')
 
22
 
23
  # Initialize tokenizer
24
  tokenizer = tiktoken.get_encoding("cl100k_base")
 
19
 
20
  # Download NLTK resources
21
  nltk.download('punkt')
22
+ nltk.download('punkt_tab')
23
 
24
  # Initialize tokenizer
25
  tokenizer = tiktoken.get_encoding("cl100k_base")