Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ with gr.Blocks(css="background-color:lightgrey;") as demo:
|
|
| 80 |
gr.Markdown("## IDEFICS2 Demo")
|
| 81 |
with gr.Row():
|
| 82 |
with gr.Column(scale=1):
|
| 83 |
-
image_input = gr.Image(label="Upload Image", type="pil"
|
| 84 |
query_input = gr.Textbox(label="Enter Prompt", placeholder="Type your prompt here...")
|
| 85 |
with gr.Column(scale=1):
|
| 86 |
output = gr.Textbox(label="Model Output", interactive=True, placeholder="Output will be displayed here...",lines=12)
|
|
|
|
| 80 |
gr.Markdown("## IDEFICS2 Demo")
|
| 81 |
with gr.Row():
|
| 82 |
with gr.Column(scale=1):
|
| 83 |
+
image_input = gr.Image(label="Upload Image", type="pil")#, height=480, width=640)
|
| 84 |
query_input = gr.Textbox(label="Enter Prompt", placeholder="Type your prompt here...")
|
| 85 |
with gr.Column(scale=1):
|
| 86 |
output = gr.Textbox(label="Model Output", interactive=True, placeholder="Output will be displayed here...",lines=12)
|