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