Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -296,10 +296,11 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 296 |
|
| 297 |
gr.Examples(
|
| 298 |
examples=[
|
| 299 |
-
["examples/
|
| 300 |
-
["examples/
|
| 301 |
-
["examples/
|
| 302 |
-
["examples/
|
|
|
|
| 303 |
],
|
| 304 |
inputs=[image_input, category_select, prompt_input],
|
| 305 |
)
|
|
|
|
| 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."],
|
| 302 |
+
["examples/2.jpg", "Caption", "Caption the image."],
|
| 303 |
+
|
| 304 |
],
|
| 305 |
inputs=[image_input, category_select, prompt_input],
|
| 306 |
)
|