prithivMLmods commited on
Commit
90ab649
·
verified ·
1 Parent(s): 0546a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
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", placeholder="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")
 
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")