Spaces:
Paused
Paused
Commit
·
f80422c
1
Parent(s):
4395773
Update app.py
Browse files
app.py
CHANGED
|
@@ -309,6 +309,8 @@ demo_outputs=[
|
|
| 309 |
]
|
| 310 |
examples = [
|
| 311 |
["seg2cat", "img.png", 1, 32, 128, 30, 30],
|
|
|
|
|
|
|
| 312 |
|
| 313 |
]
|
| 314 |
|
|
|
|
| 309 |
]
|
| 310 |
examples = [
|
| 311 |
["seg2cat", "img.png", 1, 32, 128, 30, 30],
|
| 312 |
+
["seg2cat", "img2.png", 1, 32, 128, 30, 30],
|
| 313 |
+
["seg2cat", "img3.png", 1, 32, 128, 30, 30],
|
| 314 |
|
| 315 |
]
|
| 316 |
|