output image component (png)

#19
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
475
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
476
 
477
  with gr.Column():
478
- result = gr.Image(label="Generated Image")
479
 
480
  with gr.Row():
481
  aspect_ratio = gr.Dropdown(
 
475
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
476
 
477
  with gr.Column():
478
+ result = gr.Image(label="Generated Image", format="png")
479
 
480
  with gr.Row():
481
  aspect_ratio = gr.Dropdown(