Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
80b3718
1
Parent(s):
9d18995
Add constants
Browse files- modules/constants.py +3 -1
modules/constants.py
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
AUTOMATIC_MODE = "Automatic Segmentation"
|
2 |
-
BOX_PROMPT_MODE = "Box Prompt"
|
|
|
|
|
|
1 |
AUTOMATIC_MODE = "Automatic Segmentation"
|
2 |
+
BOX_PROMPT_MODE = "Box Prompt"
|
3 |
+
MOSAIC_FILTER = "Mosaic"
|
4 |
+
COLOR_FILTER = "Solid Color"
|