Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -114,4 +114,4 @@ with gr.Blocks() as demo:
|
|
114 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
-
demo.
|
|
|
114 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|