Arulkumar03 commited on
Commit
ec9dffa
·
1 Parent(s): b1cb1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ if __name__ == "__main__":
122
  run_button.click(fn=run_grounding, inputs=[
123
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
124
  gr.Examples(
125
- [["this_is_fine.png", "coffee cup", 0.25, 0.25]],
126
  inputs = [input_image, grounding_caption, box_threshold, text_threshold],
127
  outputs = [gallery],
128
  fn=run_grounding,
 
122
  run_button.click(fn=run_grounding, inputs=[
123
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
124
  gr.Examples(
125
+ [["watermelon.jpg", "watermelon", 0.25, 0.25]],
126
  inputs = [input_image, grounding_caption, box_threshold, text_threshold],
127
  outputs = [gallery],
128
  fn=run_grounding,