prithivMLmods commited on
Commit
ac078d7
·
verified ·
1 Parent(s): e96dd4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(theme=seafoam, css=css) as demo:
176
  )
177
  run_button = gr.Button("Run", scale=0, variant="primary")
178
 
179
- result = gr.Image(show_label=False)
180
 
181
  grid_size_selection = gr.Dropdown(
182
  choices=list(grid_sizes.keys()),
 
176
  )
177
  run_button = gr.Button("Run", scale=0, variant="primary")
178
 
179
+ result = gr.Image(show_label=False, format="png")
180
 
181
  grid_size_selection = gr.Dropdown(
182
  choices=list(grid_sizes.keys()),