Spaces:
Sleeping
Sleeping
davidsv commited on
Commit ·
586fa01
1
Parent(s): caa9845
Add 5 example images
Browse files
app.py
CHANGED
|
@@ -352,6 +352,9 @@ def create_demo():
|
|
| 352 |
example_images = [
|
| 353 |
["img1.jpg"],
|
| 354 |
["img2.jpg"],
|
|
|
|
|
|
|
|
|
|
| 355 |
]
|
| 356 |
|
| 357 |
gr.Examples(
|
|
|
|
| 352 |
example_images = [
|
| 353 |
["img1.jpg"],
|
| 354 |
["img2.jpg"],
|
| 355 |
+
["img3.jpg"],
|
| 356 |
+
["img4.jpg"],
|
| 357 |
+
["img5.jpg"],
|
| 358 |
]
|
| 359 |
|
| 360 |
gr.Examples(
|