prithivMLmods commited on
Commit
8d3e463
·
verified ·
1 Parent(s): 7757b2b

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -296,6 +296,8 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
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."],
 
296
 
297
  gr.Examples(
298
  examples=[
299
+ ["examples/5.jpg", "Point", "Point out the out-of-focus (all) children."],
300
+ ["examples/5.jpg", "Detect", "Point out the out-of-focus (all) children."],
301
  ["examples/4.jpg", "Detect", "Headlight"],
302
  ["examples/3.jpg", "Point", "Gun"],
303
  ["examples/1.jpg", "Query", "Count the total number of boats and describe the environment."],