codelion commited on
Commit
6f0f889
·
verified ·
1 Parent(s): 236f36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ if __name__ == "__main__":
94
 
95
  with gr.Row():
96
  with gr.Column():
97
- input_image = gr.Image(source='upload', 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):
 
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):