Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ if __name__ == "__main__":
|
|
94 |
|
95 |
with gr.Row():
|
96 |
with gr.Column():
|
97 |
-
input_image = gr.Image(
|
98 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
99 |
run_button = gr.Button(label="Run")
|
100 |
with gr.Accordion("Advanced options", open=False):
|
|
|
94 |
|
95 |
with gr.Row():
|
96 |
with gr.Column():
|
97 |
+
input_image = gr.Image(type="pil")
|
98 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
99 |
run_button = gr.Button(label="Run")
|
100 |
with gr.Accordion("Advanced options", open=False):
|