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