Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jasperai/Flux.1-dev-Controlnet-Upscaler
fantaxy
/
flx-upscale2
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
clementchadebec
commited on
Sep 24, 2024
Commit
b3f688a
·
verified
·
1 Parent(s):
7f89a3b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -187,4 +187,4 @@ with gr.Blocks(css=css) as demo:
187
# show_progress="minimal",
188
)
189
190
-
demo.queue().launch(share=
True
)
187
# show_progress="minimal",
188
)
189
190
+
demo.queue().launch(share=
False, show_api=False
)