broadfield-dev commited on
Commit
54e1fcc
·
verified ·
1 Parent(s): b56fcba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
129
  outputs=[output_image_preview, output_image_download]
130
  )
131
 
132
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
129
  outputs=[output_image_preview, output_image_download]
130
  )
131
 
132
+ demo.launch(server_name="0.0.0.0", server_port=7860, debut=True)