Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
black-forest-labs/FLUX.1-Fill-dev
blanchon
/
FurnitureDemo
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blanchon
commited on
Jan 13
Commit
2e123ce
·
1 Parent(s):
7d741bb
Remove password
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -621,4 +621,5 @@ with gr.Blocks(css=css) as demo:
621
preprocess=False,
622
)
623
624
-
demo.launch(auth=[(USER, PASSWORD)])
621
preprocess=False,
622
)
623
624
+
#
demo.launch(auth=[(USER, PASSWORD)])
625
+
demo.launch()