Spaces:
Running
on
Zero
Running
on
Zero
Boboiazumi
commited on
Commit
•
ed6c89d
1
Parent(s):
0537034
Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as demo:
|
|
331 |
type="filepath",
|
332 |
#visible=False,
|
333 |
label="Choose Image",
|
334 |
-
format=
|
335 |
)
|
336 |
img2img_strength = gr.Slider(
|
337 |
minimum=0.05,
|
|
|
331 |
type="filepath",
|
332 |
#visible=False,
|
333 |
label="Choose Image",
|
334 |
+
format="png"
|
335 |
)
|
336 |
img2img_strength = gr.Slider(
|
337 |
minimum=0.05,
|