Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks(css=css_code, theme=gr.themes.Soft()) as demo:
|
|
281 |
make_me()
|
282 |
|
283 |
# Enable queue before mounting
|
284 |
-
demo.queue(
|
285 |
|
286 |
# Mount Gradio app to FastAPI
|
287 |
app = gr.mount_gradio_app(app, demo, path="/")
|
|
|
281 |
make_me()
|
282 |
|
283 |
# Enable queue before mounting
|
284 |
+
demo.queue()
|
285 |
|
286 |
# Mount Gradio app to FastAPI
|
287 |
app = gr.mount_gradio_app(app, demo, path="/")
|