eduardo-alvarez commited on
Commit
5d799e5
1 Parent(s): a33852a

removing queue limits

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,5 +291,5 @@ with demo:
291
  gr.Markdown("""<div style="display: flex; justify-content: center;"> <p> Intel, the Intel logo and Gaudi are trademarks of Intel Corporation or its subsidiaries.
292
  *Other names and brands may be claimed as the property of others.
293
  </p> </div>""")
294
- demo.queue(default_concurrency_limit=inference_concurrency_limit)
295
  demo.launch(share=False)
 
291
  gr.Markdown("""<div style="display: flex; justify-content: center;"> <p> Intel, the Intel logo and Gaudi are trademarks of Intel Corporation or its subsidiaries.
292
  *Other names and brands may be claimed as the property of others.
293
  </p> </div>""")
294
+ demo.queue()
295
  demo.launch(share=False)