Update app.py
Browse files
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")
|