Update app.py
Browse files
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=
|
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")
|