Update app.py
Browse files
app.py
CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks(title="MethodAI 0.15", theme="Soft") as demo:
|
|
98 |
gr.ChatInterface(predict).queue()
|
99 |
# with demo:
|
100 |
# btn.upload(render_file, inputs=[btn], outputs=[show_img])
|
101 |
-
demo.launch()
|
|
|
98 |
gr.ChatInterface(predict).queue()
|
99 |
# with demo:
|
100 |
# btn.upload(render_file, inputs=[btn], outputs=[show_img])
|
101 |
+
demo.launch(share=True)
|