Simonlob commited on
Commit
3741399
·
verified ·
1 Parent(s): 8454d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=css) as block:
162
  )
163
  with gr.Row():
164
  image_path = "./photo_2024-04-07_15-59-52.png"
165
- gr.Image(image_path, label=None, width=200, height=200, show_label=False)
166
  with gr.Row():
167
  with gr.Column():
168
  input_text = gr.Textbox(label="Input Text", lines=2, value=default_text, elem_id="input_text")
 
162
  )
163
  with gr.Row():
164
  image_path = "./photo_2024-04-07_15-59-52.png"
165
+ gr.Image(image_path, label=None, width=132, height=132, show_label=False)
166
  with gr.Row():
167
  with gr.Column():
168
  input_text = gr.Textbox(label="Input Text", lines=2, value=default_text, elem_id="input_text")