Spaces:
Runtime error
Runtime error
Commit
·
88274ef
1
Parent(s):
3a60a51
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,9 +71,6 @@ demo = gr.Interface(
|
|
| 71 |
outputs="image",
|
| 72 |
title="Zero-Shot Object Detection with OWL-ViT",
|
| 73 |
description=description,
|
| 74 |
-
examples=[
|
| 75 |
-
["https://example.com/path/to/image.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
|
| 76 |
-
["https://example.com/path/to/another/image.png", "coffee mug, spoon, plate", 0.1],
|
| 77 |
-
],
|
| 78 |
)
|
| 79 |
demo.launch()
|
|
|
|
| 71 |
outputs="image",
|
| 72 |
title="Zero-Shot Object Detection with OWL-ViT",
|
| 73 |
description=description,
|
| 74 |
+
examples=[], # 设置为一个空列表
|
|
|
|
|
|
|
|
|
|
| 75 |
)
|
| 76 |
demo.launch()
|