pdx97 commited on
Commit
fcfda0a
·
verified ·
1 Parent(s): 28fc30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if os.path.exists(nltk_data_path):
63
  print("✅ Removed old NLTK 'punkt' data. Reinstalling...")
64
 
65
  # ✅ Step 2: Download the correct 'punkt' tokenizer
66
- nltk.download("punkt")
67
 
68
  print("✅ Successfully installed 'punkt'!")
69
 
 
63
  print("✅ Removed old NLTK 'punkt' data. Reinstalling...")
64
 
65
  # ✅ Step 2: Download the correct 'punkt' tokenizer
66
+ nltk.download("punkt_tab")
67
 
68
  print("✅ Successfully installed 'punkt'!")
69