Hev832 commited on
Commit
df527ec
·
verified ·
1 Parent(s): 5119f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ with gr.Blocks() as demo:
24
  submit_button.click(generate_image, inputs=[basem, prompt, negative_prompt], outputs=output_image)
25
 
26
  # Launch the demo
27
- demo.launch(queue=False)
 
24
  submit_button.click(generate_image, inputs=[basem, prompt, negative_prompt], outputs=output_image)
25
 
26
  # Launch the demo
27
+ demo.launch()