Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
11 |
from nltk.tokenize import sent_tokenize
|
12 |
|
13 |
# Ensure necessary NLTK resources are downloaded
|
|
|
14 |
nltk.download('punkt')
|
15 |
|
16 |
from Gradio_UI import GradioUI
|
|
|
11 |
from nltk.tokenize import sent_tokenize
|
12 |
|
13 |
# Ensure necessary NLTK resources are downloaded
|
14 |
+
nltk.download('punkt_tab')
|
15 |
nltk.download('punkt')
|
16 |
|
17 |
from Gradio_UI import GradioUI
|