prokofyev8 commited on
Commit
27a8e0b
·
verified ·
1 Parent(s): 3fb46c2

fixed output image degradation

Browse files

fixed output image degradation as described at https://github.com/gradio-app/gradio/issues/10394

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -288,6 +288,7 @@ with gr.Blocks(fill_width=True) as demo:
288
  output_image = gr.Image(
289
  label="Result",
290
  type="pil",
 
291
  height=450,
292
  )
293
 
 
288
  output_image = gr.Image(
289
  label="Result",
290
  type="pil",
291
+ format="png",
292
  height=450,
293
  )
294