Spaces:
Runtime error
Runtime error
Vincent-luo
commited on
Commit
·
117ba37
1
Parent(s):
576f095
Update app.py
Browse files
app.py
CHANGED
@@ -150,9 +150,8 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
150 |
# submit_btn.click(fn=infer, inputs=inputs, outputs=[output_image])
|
151 |
|
152 |
with gr.Column():
|
153 |
-
output_image = gr.Gallery(label='Output Image', show_label=False, elem_id="gallery").style(grid=
|
154 |
|
155 |
-
gr.Markdown("### Image Examples")
|
156 |
gr.Examples(
|
157 |
examples=[
|
158 |
[
|
|
|
150 |
# submit_btn.click(fn=infer, inputs=inputs, outputs=[output_image])
|
151 |
|
152 |
with gr.Column():
|
153 |
+
output_image = gr.Gallery(label='Output Image', show_label=False, elem_id="gallery").style(grid=2, height='auto')
|
154 |
|
|
|
155 |
gr.Examples(
|
156 |
examples=[
|
157 |
[
|