prithivMLmods commited on
Commit
aca4c69
·
verified ·
1 Parent(s): a1362d0

output image component (png) (#19)

Browse files

- output image component (png) (83e0c50a09a0555155fff7619af7b481f2501270)

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(