KingNish commited on
Commit
2c32534
1 Parent(s): 93a9d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
117
  container=False,
118
  )
119
  run_button = gr.Button("Run", scale=0)
120
- result = gr.Image(label="Result")
121
  with gr.Accordion("Advanced options", open=False):
122
  with gr.Row():
123
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
 
117
  container=False,
118
  )
119
  run_button = gr.Button("Run", scale=0)
120
+ result = gr.Gallery(label="Result")
121
  with gr.Accordion("Advanced options", open=False):
122
  with gr.Row():
123
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)