Spaces:
Sleeping
Sleeping
Commit
·
0b0b458
1
Parent(s):
6975378
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ model.eval()
|
|
21 |
|
22 |
# Define your examples
|
23 |
examples = [
|
24 |
-
["examples/image_1.jpg"
|
25 |
-
|
26 |
-
|
27 |
]
|
28 |
|
29 |
# Define the segmentation function
|
|
|
21 |
|
22 |
# Define your examples
|
23 |
examples = [
|
24 |
+
["examples/image_1.jpg"],
|
25 |
+
["examples/image_2.jpg"],
|
26 |
+
["examples/image_3.jpg"]
|
27 |
]
|
28 |
|
29 |
# Define the segmentation function
|