Spaces:
Running
Running
Update hackaprompt/gradio_app.py
Browse files
hackaprompt/gradio_app.py
CHANGED
@@ -367,5 +367,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
367 |
)
|
368 |
|
369 |
|
370 |
-
demo.queue(concurrency_count=8).launch(
|
371 |
|
|
|
367 |
)
|
368 |
|
369 |
|
370 |
+
demo.queue(concurrency_count=8).launch()
|
371 |
|