Spaces:
Running
on
Zero
Running
on
Zero
fixed output image degradation
Browse files
app.py
CHANGED
|
@@ -151,6 +151,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 151 |
output_image = gr.Image(
|
| 152 |
label="Generated Image",
|
| 153 |
type="pil",
|
|
|
|
| 154 |
show_label=False,
|
| 155 |
height=600,
|
| 156 |
buttons=["download", "share"],
|
|
|
|
| 151 |
output_image = gr.Image(
|
| 152 |
label="Generated Image",
|
| 153 |
type="pil",
|
| 154 |
+
format='png',
|
| 155 |
show_label=False,
|
| 156 |
height=600,
|
| 157 |
buttons=["download", "share"],
|