arjunanand13 commited on
Commit
eeae644
1 Parent(s): 0a12b6b

Update app.py

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