Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks(css=".input_image {max-width: 100%; border: 1px solid #ccc; box-s
|
|
| 21 |
gr.Markdown("## Enhanced IDEFICS2 Demo")
|
| 22 |
with gr.Row():
|
| 23 |
with gr.Column(scale=1):
|
| 24 |
-
image_input = gr.Image(label="Upload Image", type="pil", height=
|
| 25 |
query_input = gr.Textbox(label="Enter Prompt", placeholder="Type your prompt here...")
|
| 26 |
with gr.Column(scale=1):
|
| 27 |
output = gr.Textbox(label="Model Output", interactive=True, placeholder="Output will be displayed here...")
|
|
|
|
| 21 |
gr.Markdown("## Enhanced IDEFICS2 Demo")
|
| 22 |
with gr.Row():
|
| 23 |
with gr.Column(scale=1):
|
| 24 |
+
image_input = gr.Image(label="Upload Image", type="pil", height=240, width=320)
|
| 25 |
query_input = gr.Textbox(label="Enter Prompt", placeholder="Type your prompt here...")
|
| 26 |
with gr.Column(scale=1):
|
| 27 |
output = gr.Textbox(label="Model Output", interactive=True, placeholder="Output will be displayed here...")
|