ChenyangSi commited on
Commit
b23c75e
·
1 Parent(s): 28f598b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -168,4 +168,5 @@ with block:
168
  # text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
169
  # btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
170
 
171
- block.launch(share=True)
 
 
168
  # text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
169
  # btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
170
 
171
+ # block.launch()
172
+ block.queue(default_enabled=False).launch(share=False)