Spaces:
Sleeping
Sleeping
Commit
·
eaf7abd
1
Parent(s):
8bf23dd
Add application file
Browse files- app.py +1 -1
- assets/{assets_astronaut.png → astronaut.png} +0 -0
app.py
CHANGED
@@ -57,7 +57,7 @@ demo = gr.Interface(
|
|
57 |
title="Zero-Shot Object Detection with OWLv2",
|
58 |
description=description,
|
59 |
examples=[
|
60 |
-
["assets/
|
61 |
["assets/cell.png", "coffee mug, spoon, plate", 0.1],
|
62 |
["assets/butterflies.jpeg", "orange butterfly", 0.3],
|
63 |
],
|
|
|
57 |
title="Zero-Shot Object Detection with OWLv2",
|
58 |
description=description,
|
59 |
examples=[
|
60 |
+
["assets/astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
|
61 |
["assets/cell.png", "coffee mug, spoon, plate", 0.1],
|
62 |
["assets/butterflies.jpeg", "orange butterfly", 0.3],
|
63 |
],
|
assets/{assets_astronaut.png → astronaut.png}
RENAMED
File without changes
|