Spaces:
Running
on
Zero
Running
on
Zero
example
Browse files
app.py
CHANGED
|
@@ -222,8 +222,8 @@ with gr.Blocks() as app:
|
|
| 222 |
|
| 223 |
gr.Markdown("### Examples")
|
| 224 |
example_data = [
|
| 225 |
-
["
|
| 226 |
-
["
|
| 227 |
]
|
| 228 |
|
| 229 |
gr.Examples(
|
|
|
|
| 222 |
|
| 223 |
gr.Markdown("### Examples")
|
| 224 |
example_data = [
|
| 225 |
+
["http://images.cocodataset.org/val2017/000000039769.jpg", "a cat, a remote control", 0.30, 0.30, 0.10, 0.30],
|
| 226 |
+
["http://images.cocodataset.org/val2017/000000000139.jpg", "a person, a tv, a remote", 0.35, 0.30, 0.12, 0.30],
|
| 227 |
]
|
| 228 |
|
| 229 |
gr.Examples(
|