Spaces:
Runtime error
Runtime error
Commit
·
c98d8a1
1
Parent(s):
86034c9
try img different
Browse files
app.py
CHANGED
@@ -80,6 +80,7 @@ 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/test_image1.jpg"
|
|
|
84 |
]
|
85 |
).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_image1.jpg",
|
84 |
+
"images/test_image103.jpg"
|
85 |
]
|
86 |
).launch()
|