Spaces:
Runtime error
Runtime error
Commit
·
a0d6057
1
Parent(s):
c98d8a1
selct tree images
Browse files
app.py
CHANGED
@@ -80,7 +80,8 @@ gr.Interface(
|
|
80 |
description="Description of the app",
|
81 |
examples=[
|
82 |
# if you have many input use a list ["gabbiano.jpg", "other input", ...]
|
83 |
-
"images/
|
84 |
-
"images/test_image103.jpg"
|
|
|
85 |
]
|
86 |
).launch()
|
|
|
80 |
description="Description of the app",
|
81 |
examples=[
|
82 |
# if you have many input use a list ["gabbiano.jpg", "other input", ...]
|
83 |
+
"images/test_image57.jpg",
|
84 |
+
"images/test_image103.jpg",
|
85 |
+
"images/test_image41.jpg",
|
86 |
]
|
87 |
).launch()
|