Spaces:
Runtime error
Runtime error
Commit ·
ad4a177
1
Parent(s): 29b9fbc
Set output image format to PNG for higher quality (#56)
Browse files- Set output image format to PNG for higher quality (dd4666c603a7646b6910906b9237ca2e47081039)
Co-authored-by: Boroll <boroll2347@users.noreply.huggingface.co>
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"],
|