Spaces:
Running
Running
fix bug
Browse files
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()
|
|
|
|