Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nirajandhakal
/
Flux.1-Dev
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nirajandhakal
commited on
Aug 27, 2024
Commit
70aefe2
·
verified
·
1 Parent(s):
bdeeb34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -202,4 +202,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="
202
outputs=None
203
)
204
205
-
demo.launch()
202
outputs=None
203
)
204
205
+
demo.launch(
share=True
)