prokofyev8 commited on
Commit
7e36922
·
verified ·
1 Parent(s): 190e9bc

fixed output image degradation

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"],