Spaces:
Running on Zero
Running on Zero
changed output image format to PNG to avoid quality degradation
#12
by prokofyev8 - opened
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(
|