arjunanand13 commited on
Commit
dd01287
·
verified ·
1 Parent(s): 9db8936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=480, width=640)
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...")