eduardo-alvarez
commited on
Commit
•
a33852a
1
Parent(s):
3a2452f
adding concurrency limits
Browse files
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()
|
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(default_concurrency_limit=inference_concurrency_limit)
|
295 |
demo.launch(share=False)
|