eaysu commited on
Commit
de4cadf
1 Parent(s): 0f6bef3

punkt tab added

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from IPython.display import Audio
8
 
9
  # Download nltk punkt for sentence tokenization
10
  nltk.download("punkt")
 
11
 
12
  torch.set_num_threads(1)
13
 
 
8
 
9
  # Download nltk punkt for sentence tokenization
10
  nltk.download("punkt")
11
+ nltk.download("punkt_tab")
12
 
13
  torch.set_num_threads(1)
14