Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as demo:
|
|
80 |
<h2 style="text-align: center;">LLM Agent from a Picture</h2>
|
81 |
<p style="text-align: center;">{description}</p>
|
82 |
""")
|
83 |
-
with gr.
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
86 |
image_in = gr.Image(
|
|
|
80 |
<h2 style="text-align: center;">LLM Agent from a Picture</h2>
|
81 |
<p style="text-align: center;">{description}</p>
|
82 |
""")
|
83 |
+
with gr.Group():
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
86 |
image_in = gr.Image(
|