Spaces:
Running
Running
Update app.py
Browse files
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("
|
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 |
|