tastelikefeet commited on
Commit
ad688f5
1 Parent(s): f17cc89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,4 +297,4 @@ with block:
297
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery, request_id, gallery_flag])
298
 
299
 
300
- block.launch(server_name='0.0.0.0', share=False, server_port=7687)
 
297
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery, request_id, gallery_flag])
298
 
299
 
300
+ block.launch(share=True)