Spaces:
Running
on
Zero
Running
on
Zero
markany-yhkwon
commited on
Commit
·
650d22c
1
Parent(s):
382c1fc
bug fix
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ if __name__ == "__main__":
|
|
| 100 |
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column():
|
| 103 |
-
input_image = gr.Image(
|
| 104 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
| 105 |
run_button = gr.Button(label="Run")
|
| 106 |
with gr.Accordion("Advanced options", open=False):
|
|
|
|
| 100 |
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column():
|
| 103 |
+
input_image = gr.Image(type="pil")
|
| 104 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
| 105 |
run_button = gr.Button(label="Run")
|
| 106 |
with gr.Accordion("Advanced options", open=False):
|