Spaces:
Runtime error
Runtime error
modifying segmentation_generation
Browse files
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
|