carbonnnnn commited on
Commit
a88b2e6
·
1 Parent(s): 3254f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,6 +22,6 @@ with gr.Blocks() as chat:
22
 
23
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
24
 
25
- def application():
26
- chat.launch()
27
 
 
22
 
23
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
24
 
25
+ # def application():
26
+ chat.launch()
27