hafizarslan commited on
Commit
812f506
·
verified ·
1 Parent(s): 7ffc4d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,9 +35,9 @@ def segment(image):
35
 
36
  # ✅ Example images list
37
  examples = [
38
- ["examples/1.png"],
39
- ["examples/2.png"],
40
- ["examples/3.png"]
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