Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
| 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 |
],
|