Update app.py
Browse files
app.py
CHANGED
@@ -61,9 +61,9 @@ demo = gr.Interface(
|
|
61 |
title="Zero-Shot Object Detection with OWL-ViT",
|
62 |
description=description,
|
63 |
examples=[
|
64 |
-
["assets/
|
65 |
-
["assets/
|
66 |
-
["assets/
|
67 |
],
|
68 |
)
|
69 |
demo.launch()
|
|
|
61 |
title="Zero-Shot Object Detection with OWL-ViT",
|
62 |
description=description,
|
63 |
examples=[
|
64 |
+
["assets/assets_astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
|
65 |
+
["assets/assets_coffee.png", "coffee mug, spoon, plate", 0.1],
|
66 |
+
["assets/assets_butterflies.jpeg", "orange butterfly", 0.3],
|
67 |
],
|
68 |
)
|
69 |
demo.launch()
|