Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ginigen
/
Flux-LayerDiffuse
like
72
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eienmojiki
commited on
Feb 7
Commit
24e9e76
·
verified
·
1 Parent(s):
87ec647
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,8 @@ with gr.Blocks(
69
70
t2i_result = gr.Image(
71
label="Result",
72
-
show_label=False
73
)
74
75
gr.on(
69
70
t2i_result = gr.Image(
71
label="Result",
72
+
show_label=False
,
73
+
format="png"
74
)
75
76
gr.on(