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
2fcfaa8
·
1 Parent(s):
28464d2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -662,5 +662,5 @@ with gr.Blocks() as interface:
662
],
663
outputs=endpoint_logs
664
)
665
-
666
interface.launch()
662
],
663
outputs=endpoint_logs
664
)
665
+
interface.queue()
666
interface.launch()