nevreal commited on
Commit
44afc6e
1 Parent(s): 9dda882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,6 +66,5 @@ with gr.Blocks() as demo:
66
  # Stop button functionality to cancel image generation
67
  stop_button.click(lambda: gr.update(interactive=False), None, stop_button, cancels=[generate_event])
68
 
69
- # Set queue concurrency and launch the demo
70
- demo.queue(concurrency_count=36)
71
  demo.launch()
 
66
  # Stop button functionality to cancel image generation
67
  stop_button.click(lambda: gr.update(interactive=False), None, stop_button, cancels=[generate_event])
68
 
69
+
 
70
  demo.launch()