dwb2023 commited on
Commit
a54ab23
1 Parent(s): 2376e6b

update label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
141
  with gr.Tab(label="Florence-2 Object Detection"):
142
  with gr.Row():
143
  with gr.Column():
144
- input_img = gr.Image(label="Input Picture")
145
  model_selector = gr.Dropdown(choices=list(models.keys()), label="Model", value='dwb2023/florence2-large-bccd-base-ft')
146
  task_prompt = gr.Dropdown(choices=single_task_list, label="Task Prompt", value="Object Detection")
147
  text_input = gr.Textbox(label="Text Input", placeholder="Not used for Florence-2 Object Detection")
 
141
  with gr.Tab(label="Florence-2 Object Detection"):
142
  with gr.Row():
143
  with gr.Column():
144
+ input_img = gr.Image(label="Input Image")
145
  model_selector = gr.Dropdown(choices=list(models.keys()), label="Model", value='dwb2023/florence2-large-bccd-base-ft')
146
  task_prompt = gr.Dropdown(choices=single_task_list, label="Task Prompt", value="Object Detection")
147
  text_input = gr.Textbox(label="Text Input", placeholder="Not used for Florence-2 Object Detection")