Update app.py
Browse files
app.py
CHANGED
@@ -93,4 +93,4 @@ with gr.Blocks(title="MethodAI 0.15", theme="Soft") as demo:
|
|
93 |
gr.ChatInterface(predict).queue()
|
94 |
# with demo:
|
95 |
# btn.upload(render_file, inputs=[btn], outputs=[show_img])
|
96 |
-
demo.launch(server_name=
|
|
|
93 |
gr.ChatInterface(predict).queue()
|
94 |
# with demo:
|
95 |
# btn.upload(render_file, inputs=[btn], outputs=[show_img])
|
96 |
+
demo.launch(server_name=host, server_port=port, share=True)
|