Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anzorq
/
sd-to-diffusers
like
43
Running
on
CPU Upgrade
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
anzorq
commited on
Nov 11, 2022
Commit
08e29b9
·
1 Parent(s):
bced9d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -144,4 +144,5 @@ with gr.Blocks() as demo:
144
scroll_to_output=True
145
)
146
147
-
demo.
launch
(
debug=True, share=True
)
144
scroll_to_output=True
145
)
146
147
+
demo.
queue
()
148
+
demo.launch()