marahmerah commited on
Commit
bde90af
·
verified ·
1 Parent(s): e44c20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(concurrency_count=5)
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="/")