VasudevaK commited on
Commit
c81f551
·
1 Parent(s): e9ad3dd

tuned the model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(out)
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):