Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmedghani
/
Inference-Endpoint-Deployment
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahmedghani
commited on
Feb 23, 2023
Commit
c23bb25
·
1 Parent(s):
b583175
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -663,5 +663,5 @@ with gr.Blocks() as interface:
663
],
664
outputs=endpoint_logs
665
)
666
-
interface.queue()
667
interface.launch()
663
],
664
outputs=endpoint_logs
665
)
666
+
interface.queue(
concurrency_count=5
)
667
interface.launch()