Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KiraPGR
/
Gradio-API-Test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KiraPGR
commited on
Mar 5, 2024
Commit
5321d4b
·
verified
·
1 Parent(s):
245ae27
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ with gr.Blocks() as demo:
19
with gr.Row(visible=False):
20
interface.render()
21
22
-
demo.queue(
concurrency_count=100
).launch()
19
with gr.Row(visible=False):
20
interface.render()
21
22
+
demo.queue().launch()