ysharma HF staff commited on
Commit
f97b654
1 Parent(s): 7e6e283

update launch params

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks() as demo:
118
  b2.click(fn = monkeypatching, inputs=[in_alpha_unet, in_alpha_texten, in_prompt, out_file,], outputs=out_image)
119
 
120
  demo.queue(concurrency_count=3)
121
- demo.launch(debug=True, show_error=True, share=True)
118
  b2.click(fn = monkeypatching, inputs=[in_alpha_unet, in_alpha_texten, in_prompt, out_file,], outputs=out_image)
119
 
120
  demo.queue(concurrency_count=3)
121
+ demo.launch(debug=True, show_error=True,)