prithivMLmods commited on
Commit
1af7b02
·
verified ·
1 Parent(s): a7bafbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -350,9 +350,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
350
  with gr.TabItem("Object Detection / Localization"):
351
  with gr.Row():
352
  with gr.Column():
353
- input_img = gr.Image(label="Input Image", type="pil")
354
  system_prompt = gr.Textbox(label="System Prompt", value=default_system_prompt, visible=False)
355
- text_input = gr.Textbox(label="Query Input", value="Detect Living things")
356
  submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")
357
  with gr.Column():
358
  model_output_text = gr.Textbox(label="Model Output Text")
 
350
  with gr.TabItem("Object Detection / Localization"):
351
  with gr.Row():
352
  with gr.Column():
353
+ input_img = gr.Image(label="Input Image [ 1024x1024 ]", type="pil")
354
  system_prompt = gr.Textbox(label="System Prompt", value=default_system_prompt, visible=False)
355
+ text_input = gr.Textbox(label="Query Input", value="Detect animal")
356
  submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")
357
  with gr.Column():
358
  model_output_text = gr.Textbox(label="Model Output Text")