Spaces:
Runtime error
Runtime error
sedrickkeh
commited on
Commit
·
2424844
1
Parent(s):
048aab9
nltk downloads
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ import torch
|
|
8 |
import pickle
|
9 |
import uuid
|
10 |
|
|
|
|
|
|
|
11 |
db = StResponseDb()
|
12 |
css = """
|
13 |
.chatbot {display:flex;flex-direction:column}
|
|
|
8 |
import pickle
|
9 |
import uuid
|
10 |
|
11 |
+
import nltk
|
12 |
+
nltk.download('punkt')
|
13 |
+
|
14 |
db = StResponseDb()
|
15 |
css = """
|
16 |
.chatbot {display:flex;flex-direction:column}
|