CanHuggie commited on
Commit
8c23575
·
verified ·
1 Parent(s): e814152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)