prithivMLmods commited on
Commit
a1cb841
·
verified ·
1 Parent(s): 3e7aee0

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -296,10 +296,11 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
296
 
297
  gr.Examples(
298
  examples=[
299
- ["examples/example_1.jpg", "Query", "How many cars are in the image?"],
300
- ["examples/example_1.jpg", "Caption", "short"],
301
- ["examples/example_2.JPG", "Point", "the person's face"],
302
- ["examples/example_2.JPG", "Detect", "the person"],
 
303
  ],
304
  inputs=[image_input, category_select, prompt_input],
305
  )
 
296
 
297
  gr.Examples(
298
  examples=[
299
+ ["examples/4.jpg", "Detect", "Headlight"],
300
+ ["examples/3.jpg", "Point", "Gun"],
301
+ ["examples/1.jpg", "Query", "Count the total number of boats and describe the environment."],
302
+ ["examples/2.jpg", "Caption", "Caption the image."],
303
+
304
  ],
305
  inputs=[image_input, category_select, prompt_input],
306
  )