david-oplatka commited on
Commit
aaafa23
·
verified ·
1 Parent(s): d14928c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def random_fun(message, history):
73
  return message + '!'
74
 
75
 
76
- demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description)
77
 
78
  """
79
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
73
  return message + '!'
74
 
75
 
76
+ demo = gr.ChatInterface(random_fun, title = cfg.title, description = cfg.description)
77
 
78
  """
79
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface