prithivMLmods commited on
Commit
3e395e3
·
verified ·
1 Parent(s): beb7217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -343,9 +343,9 @@ def create_gradio_interface():
343
  gr.Examples(
344
  examples=[
345
  ["md3/1.jpg", "Object Detection", "boats", 7],
346
- ["md3/2.jpg", "Point Detection", "candy", 7],
347
  ["md3/3.png", "Caption", "", 5],
348
- ["md3/4.jpeg", "Visual Question Answering", "Analyze the GDP trend over the yearsAnalyze the GDP trend over the years.", 5],
349
  ],
350
  inputs=[md3_image_input, md3_task_type, md3_prompt_input, md3_max_objects],
351
  label="Click an example to populate inputs"
 
343
  gr.Examples(
344
  examples=[
345
  ["md3/1.jpg", "Object Detection", "boats", 7],
346
+ ["md3/2.jpg", "Point Detection", "children", 7],
347
  ["md3/3.png", "Caption", "", 5],
348
+ ["md3/4.jpeg", "Visual Question Answering", "Analyze the GDP trend over the years.", 5],
349
  ],
350
  inputs=[md3_image_input, md3_task_type, md3_prompt_input, md3_max_objects],
351
  label="Click an example to populate inputs"