kaitwithkwk commited on
Commit
63473eb
·
verified ·
1 Parent(s): 10a0507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ def echo(message, history):
5
 
6
  print("Hello, world!")
7
 
8
- chatbot = gr.ChatInterface(echo, type="messages")
9
 
10
  chatbot.launch()
 
5
 
6
  print("Hello, world!")
7
 
8
+ chatbot = gr.ChatInterface(echo)
9
 
10
  chatbot.launch()