kingabzpro commited on
Commit
8e6af97
1 Parent(s): 0253bc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def predict(message, history):
56
  yield partial_message
57
 
58
 
59
- gr.ChatInterface(fn=predict,
60
  title=title,
61
  description=description,
62
  examples=examples,
 
56
  yield partial_message
57
 
58
 
59
+ gr.ChatInterface(predict,
60
  title=title,
61
  description=description,
62
  examples=examples,