Futuresony commited on
Commit
94eae5a
·
verified ·
1 Parent(s): f1d5b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def respond(
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
- demo = gr.ChatInterface(predict, type="messages")
47
 
48
 
49
  if __name__ == "__main__":
 
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
+ demo = gr.ChatInterface(type="messages")
47
 
48
 
49
  if __name__ == "__main__":