Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Iceclear
/
StableSR
like
49
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Iceclear
commited on
8 days ago
Commit
85a3726
·
verified
·
1 Parent(s):
01c19bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -375,5 +375,5 @@ with gr.Blocks(title=title) as demo:
375
cache_examples=True
376
)
377
378
-
demo.queue(
concurrency_count=1
)
379
demo.launch()
375
cache_examples=True
376
)
377
378
+
demo.queue()
379
demo.launch()