Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def slider_release(index, image, mask_np_list_updated, mask_label_list):
|
|
105 |
if mask_label == 'handbag':
|
106 |
mask_prompt = "white handbag"
|
107 |
elif mask_label == 'person':
|
108 |
-
mask_prompt = "
|
109 |
elif mask_label == 'wall-other-merged':
|
110 |
mask_prompt = "white wall"
|
111 |
elif mask_label == 'table-merged':
|
|
|
105 |
if mask_label == 'handbag':
|
106 |
mask_prompt = "white handbag"
|
107 |
elif mask_label == 'person':
|
108 |
+
mask_prompt = "little boy"
|
109 |
elif mask_label == 'wall-other-merged':
|
110 |
mask_prompt = "white wall"
|
111 |
elif mask_label == 'table-merged':
|