hsuwill000 commited on
Commit
880e91c
·
verified ·
1 Parent(s): db32d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ with gr.Blocks() as demo:
45
  upscale_btn.click(gradio_upscale, inputs=input_img, outputs=output_img)
46
 
47
  # 啟動
48
- demo.launch(share=True, inbrowser=True, server_name="0.0.0.0", server_port=7860, prevent_thread_lock=True)
49
 
 
45
  upscale_btn.click(gradio_upscale, inputs=input_img, outputs=output_img)
46
 
47
  # 啟動
48
+ demo.launch(share=True)
49