saneowl commited on
Commit
69f09c6
·
verified ·
1 Parent(s): 2a08ae8
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -170,8 +170,5 @@ with gr.Blocks(css=custom_css, title="Reka Flash 3") as demo:
170
  js=js
171
  )
172
 
173
- # Enable queuing without any parameters
174
  demo.queue()
175
-
176
- # Launch the demo with max_concurrency set to 1
177
- demo.launch(max_concurrency=1)
 
170
  js=js
171
  )
172
 
 
173
  demo.queue()
174
+ demo.launch()