valhalla commited on
Commit
738a011
1 Parent(s): edb91ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -180,8 +180,7 @@ with gr.Blocks() as demo:
180
  )
181
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
182
  with gr.Column():
183
- # result = gr.Image(label="Result", height=600)
184
- result = gr.Gallery(label="Result").style(grid=(1,2))
185
 
186
  inputs = [
187
  image,
 
180
  )
181
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
182
  with gr.Column():
183
+ result = [gr.Image(label="Result", height=600), gr.Image(label="Image", height=600)]
 
184
 
185
  inputs = [
186
  image,