lofrienger commited on
Commit
0b0b458
·
1 Parent(s): 6975378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ model.eval()
21
 
22
  # Define your examples
23
  examples = [
24
- ["examples/image_1.jpg", "examples/gt_1.png", "examples/scribble_1.png"],
25
- # ["path_to_image2", "path_to_gt_mask2", "path_to_scribble_mask2"],
26
- # ["path_to_image3", "path_to_gt_mask3", "path_to_scribble_mask3"]
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