Sebastiankay commited on
Commit
abc514b
1 Parent(s): 05fd9c1

Sep 10, 2024, 7:03 PM

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks(theme=theme, head=custom_head, css=custom_css, js=custom_js, titl
187
  with gr.Row():
188
  with gr.Column(scale=1):
189
  with gr.Row():
190
- output_image = gr.Image(show_label=False, height=720, min_width=320, scale=3, elem_id="output_image", type="filepath")
191
  with gr.Column(scale=1, visible=False, elem_classes="image-info-wrapper") as image_info_wrapper:
192
  # with gr.Group(visible=False) as image_info_wrapper:
193
  with gr.Group():
 
187
  with gr.Row():
188
  with gr.Column(scale=1):
189
  with gr.Row():
190
+ output_image = gr.Image(show_label=False, min_width=320, scale=3, elem_id="output_image", elem_classes="output-image", type="filepath")
191
  with gr.Column(scale=1, visible=False, elem_classes="image-info-wrapper") as image_info_wrapper:
192
  # with gr.Group(visible=False) as image_info_wrapper:
193
  with gr.Group():