Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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", "
|
| 347 |
["md3/3.png", "Caption", "", 5],
|
| 348 |
-
["md3/4.jpeg", "Visual Question Answering", "Analyze the GDP trend over the
|
| 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"
|