Spaces:
Sleeping
Sleeping
update label
Browse files
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
|
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")
|