Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,8 @@ with gr.Blocks(css=css_code) as demo:
|
|
138 |
make_me()
|
139 |
|
140 |
# Enable queue before mounting
|
141 |
-
demo.queue(concurrency_count=50)
|
|
|
142 |
|
143 |
# Mount Gradio app to FastAPI
|
144 |
app = gr.mount_gradio_app(app, demo, path="/")
|
|
|
138 |
make_me()
|
139 |
|
140 |
# Enable queue before mounting
|
141 |
+
# demo.queue(concurrency_count=50)
|
142 |
+
demo.queue()
|
143 |
|
144 |
# Mount Gradio app to FastAPI
|
145 |
app = gr.mount_gradio_app(app, demo, path="/")
|