Spaces:
Runtime error
Runtime error
fix bug
Browse files
app.py
CHANGED
@@ -64,6 +64,6 @@ demo = gr.Interface(
|
|
64 |
outputs="image",
|
65 |
title="Zero-Shot Object Detection with OWL-ViT",
|
66 |
description=description,
|
67 |
-
examples=[["assets/astronaut.png", "human face, rocket, flag, nasa badge"], ["assets/coffee.png", "coffee mug, spoon, plate"]],
|
68 |
)
|
69 |
demo.launch()
|
|
|
64 |
outputs="image",
|
65 |
title="Zero-Shot Object Detection with OWL-ViT",
|
66 |
description=description,
|
67 |
+
examples=[["assets/astronaut.png", "human face, rocket, flag, nasa badge", 0.11], ["assets/coffee.png", "coffee mug, spoon, plate", 0.1]],
|
68 |
)
|
69 |
demo.launch()
|