kritsg commited on
Commit
6af631e
·
1 Parent(s): 8e67e6e

modifying segmentation_generation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def get_image_data():
32
  return puppy_image, model_and_data
33
 
34
 
35
- def segmentation_generation():
36
  cred_width = 0.1
37
  n_top_segs = 5
38
  n_gif_images = 20
 
32
  return puppy_image, model_and_data
33
 
34
 
35
+ def segmentation_generation(image_name):
36
  cred_width = 0.1
37
  n_top_segs = 5
38
  n_gif_images = 20