sanghyun-lee commited on
Commit
ba2c8ab
1 Parent(s): 34018e0

revise app settings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ with gr.Blocks() as demo:
20
  submit_btn.click(run, inputs=[inp_image, sod_type], outputs=[res_image])
21
 
22
  if __name__ == "__main__":
23
- demo.launch(debug=False, server_name="0.0.0.0", server_port=8189)
 
20
  submit_btn.click(run, inputs=[inp_image, sod_type], outputs=[res_image])
21
 
22
  if __name__ == "__main__":
23
+ demo.launch()