Saraay commited on
Commit
4ea693d
·
verified ·
1 Parent(s): d5c0e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,4 +179,4 @@ with gr.Blocks() as demo:
179
  send.click(chat, [msg, chatbot], [msg, chatbot])
180
  msg.submit(chat, [msg, chatbot], [msg, chatbot])
181
 
182
- demo.launch(css=CSS)
 
179
  send.click(chat, [msg, chatbot], [msg, chatbot])
180
  msg.submit(chat, [msg, chatbot], [msg, chatbot])
181
 
182
+ demo.launch(css=CSS, server_name="0.0.0.0")