markany-yhkwon commited on
Commit
650d22c
·
1 Parent(s): 382c1fc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ if __name__ == "__main__":
100
 
101
  with gr.Row():
102
  with gr.Column():
103
- input_image = gr.Image(source='upload', 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):
 
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):