demetz commited on
Commit
32d5a39
·
verified ·
1 Parent(s): ffd4434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  def echo(messsage,history):
4
  return messsage
5
 
6
- chatbot=gr.ChatInterface()
7
  chatbot.launch()
 
3
  def echo(messsage,history):
4
  return messsage
5
 
6
+ chatbot=gr.ChatInterface(echo)
7
  chatbot.launch()