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