Spaces:
Runtime error
Runtime error
tuned the model
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def generator(input=None):
|
|
115 |
else:
|
116 |
out1 = NLTK("Hi, what's the matter")
|
117 |
if(out1):
|
118 |
-
response.append(
|
119 |
|
120 |
out2 = pyjokes.get_joke(language='en', category='all')
|
121 |
if(out2):
|
|
|
115 |
else:
|
116 |
out1 = NLTK("Hi, what's the matter")
|
117 |
if(out1):
|
118 |
+
response.append(out1)
|
119 |
|
120 |
out2 = pyjokes.get_joke(language='en', category='all')
|
121 |
if(out2):
|