okaris commited on
Commit
9e68ed7
1 Parent(s): 4592856

Fix output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
91
  # depth_image_strength = gr.Slider(label="depth_image_strength",step=0.01, minimum=0.0, maximum=1.0, value=0.5)
92
  with gr.Column():
93
  with gr.Row():
94
- out = gr.Image(label="Output(s)", value=None)
95
  with gr.Row():
96
  # clear = gr.Button("Clear")
97
  submit = gr.Button("Generate")
 
91
  # depth_image_strength = gr.Slider(label="depth_image_strength",step=0.01, minimum=0.0, maximum=1.0, value=0.5)
92
  with gr.Column():
93
  with gr.Row():
94
+ out = gr.Gallery(label="Output(s)")
95
  with gr.Row():
96
  # clear = gr.Button("Clear")
97
  submit = gr.Button("Generate")