Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
2253dd0
1
Parent(s):
c1be18e
fixed transparency issue
Browse files
app.py
CHANGED
@@ -481,6 +481,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
481 |
input_image_component = gr.Image(
|
482 |
type="filepath",
|
483 |
image_mode="RGBA",
|
|
|
484 |
label="Upload Image",
|
485 |
sources=["upload"],
|
486 |
interactive=True,
|
|
|
481 |
input_image_component = gr.Image(
|
482 |
type="filepath",
|
483 |
image_mode="RGBA",
|
484 |
+
format="png",
|
485 |
label="Upload Image",
|
486 |
sources=["upload"],
|
487 |
interactive=True,
|