demetz commited on
Commit
6705b1d
·
verified ·
1 Parent(s): 35e56d7
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,4 +21,5 @@ def respond(message, history):
21
 
22
  chatbot = gr.ChatInterface(respond, type="messages")
23
 
24
- chatbot.launch()
 
 
21
 
22
  chatbot = gr.ChatInterface(respond, type="messages")
23
 
24
+ chatbot.launch()
25
+