Spaces:
Running
on
Zero
Running
on
Zero
Martin Tomov
commited on
examples update
Browse files
app.py
CHANGED
@@ -218,6 +218,11 @@ def process_image(image, include_json, include_bboxes):
|
|
218 |
|
219 |
examples = [
|
220 |
["flower-night.jpg"]
|
|
|
|
|
|
|
|
|
|
|
221 |
]
|
222 |
|
223 |
css = """
|
|
|
218 |
|
219 |
examples = [
|
220 |
["flower-night.jpg"]
|
221 |
+
["demo.jpg"],
|
222 |
+
["demo2.jpg"],
|
223 |
+
["demo3.jpg"],
|
224 |
+
["demo4.jpg"],
|
225 |
+
["demo5.jpg"],
|
226 |
]
|
227 |
|
228 |
css = """
|