prithivMLmods commited on
Commit
7c11b0c
·
verified ·
1 Parent(s): b5daa7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ def create_gradio_interface():
406
  gr.Examples(
407
  examples=[
408
  ["md3/1.jpg", "Object Detection", "boats", 7],
409
- ["md3.2jpg", "Point Detection", "children", 7],
410
  ["md3/3.png", "Caption", "", 5],
411
  ["md3/4.jpeg", "Visual Question Answering", "Analyze the GDP trend over the years.", 5],
412
  ],
 
406
  gr.Examples(
407
  examples=[
408
  ["md3/1.jpg", "Object Detection", "boats", 7],
409
+ ["md3/2.jpg", "Point Detection", "children", 7],
410
  ["md3/3.png", "Caption", "", 5],
411
  ["md3/4.jpeg", "Visual Question Answering", "Analyze the GDP trend over the years.", 5],
412
  ],