Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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")
|