Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wsj1995
/
fetch-img-to-oss
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wsj1995
commited on
Sep 18, 2024
Commit
4332d0d
·
verified
·
1 Parent(s):
5f23e8d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -173,4 +173,4 @@ with gr.Blocks() as demo:
173
outputs = [output]
174
)
175
176
-
demo.
launch
(concurrency_count=10)
173
outputs = [output]
174
)
175
176
+
demo.
queue
(concurrency_count=10)
.launch()