marahmerah commited on
Commit
075ec70
·
verified ·
1 Parent(s): faab054

Update app.py

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