Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jasperai/Flux.1-dev-Controlnet-Upscaler
t-montes
/
Flux.1-dev-Controlnet-Upscaler
like
9
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
t-montes
commited on
Oct 29, 2024
Commit
78abfe0
·
verified
·
1 Parent(s):
a0c6111
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -208,4 +208,4 @@ with gr.Blocks(css=css) as demo:
208
show_api=True,
209
)
210
211
-
demo.queue().launch(share=
False
, show_api=True)
208
show_api=True,
209
)
210
211
+
demo.queue().launch(share=
True
, show_api=True
, show_error=True
)