Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dynamical-inference
/
patchsae-demo
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hyesulim
commited on
Dec 20, 2024
Commit
59f8822
·
verified
·
1 Parent(s):
cfec577
test: add queue
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -642,4 +642,5 @@ with gr.Blocks(
642
)
643
644
# Launch the app
645
demo.launch()
642
)
643
644
# Launch the app
645
+
demo.queue()
646
demo.launch()