changed output image format to PNG to avoid quality degradation

#12
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
330
 
331
 
332
  with gr.Column():
333
- result = gr.Image(label="Result", show_label=False)
334
 
335
 
336
  gr.Examples(
 
330
 
331
 
332
  with gr.Column():
333
+ result = gr.Image(label="Result", show_label=False, format="png")
334
 
335
 
336
  gr.Examples(