Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ def segment(image):
|
|
35 |
|
36 |
# ✅ Example images list
|
37 |
examples = [
|
38 |
-
["
|
39 |
-
["
|
40 |
-
["
|
41 |
]
|
42 |
|
43 |
# ✅ Launch the Gradio interface
|
|
|
35 |
|
36 |
# ✅ Example images list
|
37 |
examples = [
|
38 |
+
["1.png"],
|
39 |
+
["2.png"],
|
40 |
+
["3.png"]
|
41 |
]
|
42 |
|
43 |
# ✅ Launch the Gradio interface
|