Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jasperai
/
Flux.1-dev-Controlnet-Upscaler
like
1.21k
Running
on
Zero
App
Files
Files
Community
11
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
)