Spaces:
Runtime error
Runtime error
modify choices
Browse files- utils/constants.py +0 -9
utils/constants.py
CHANGED
@@ -7,16 +7,7 @@ VALID_CHOICES = [
|
|
7 |
"Eyeglasses",
|
8 |
"Hat",
|
9 |
"Smiling",
|
10 |
-
"Male",
|
11 |
-
"Beard",
|
12 |
"Gray_Hair",
|
13 |
-
"Goatee",
|
14 |
-
"Brown_Hair",
|
15 |
-
"Blond_Hair",
|
16 |
-
"Straight_Hair",
|
17 |
-
"Wavy_Hair",
|
18 |
-
"Wearing_Earrings",
|
19 |
-
"Wearing_Necklace",
|
20 |
]
|
21 |
ENABLE_GPU = False
|
22 |
MODEL_NAME = "stylegan_ffhq"
|
|
|
7 |
"Eyeglasses",
|
8 |
"Hat",
|
9 |
"Smiling",
|
|
|
|
|
10 |
"Gray_Hair",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
]
|
12 |
ENABLE_GPU = False
|
13 |
MODEL_NAME = "stylegan_ffhq"
|