Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- src/app.py +4 -0
src/app.py
CHANGED
@@ -316,6 +316,10 @@ with gr.Blocks() as demo:
|
|
316 |
)
|
317 |
|
318 |
examples = [
|
|
|
|
|
|
|
|
|
319 |
{
|
320 |
"image": "examples/potted-plant.jpg",
|
321 |
"boxes": [{"xmin": 51, "ymin": 511, "xmax": 639, "ymax": 1255}],
|
|
|
316 |
)
|
317 |
|
318 |
examples = [
|
319 |
+
{
|
320 |
+
"image": "examples/text.jpg",
|
321 |
+
"boxes": [{"xmin": 51, "ymin": 511, "xmax": 639, "ymax": 1255}],
|
322 |
+
},
|
323 |
{
|
324 |
"image": "examples/potted-plant.jpg",
|
325 |
"boxes": [{"xmin": 51, "ymin": 511, "xmax": 639, "ymax": 1255}],
|