Simonlob commited on
Commit
f1f53fc
·
verified ·
1 Parent(s): 69a49c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks(css=css) as block:
154
  )
155
  with gr.Row():
156
  image_path = "./photo_2024-04-07_15-59-52.png"
157
- gr.Image(image_path, label=None, width=660, height=315, show_label=False)
158
  with gr.Row():
159
  with gr.Column():
160
  input_text = gr.Textbox(label="Input Text", lines=2, value=default_text, elem_id="input_text")
 
154
  )
155
  with gr.Row():
156
  image_path = "./photo_2024-04-07_15-59-52.png"
157
+ gr.Image(image_path, label=None)
158
  with gr.Row():
159
  with gr.Column():
160
  input_text = gr.Textbox(label="Input Text", lines=2, value=default_text, elem_id="input_text")