Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sandraw11031
/
virtual-staging
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sandrawang1031
commited on
May 12, 2023
Commit
23d3ec1
·
1 Parent(s):
5655f12
enable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -89,4 +89,5 @@ with image_blocks as demo:
89
inputs=image
90
)
91
92
image_blocks.launch()
89
inputs=image
90
)
91
92
+
image_blocks.queue(concurrency_count=3)
93
image_blocks.launch()