Spaces:
Build error
Build error
solitarycodefinement
commited on
Commit
·
475eeac
1
Parent(s):
42efc01
dark mode
Browse files
app.py
CHANGED
@@ -36,9 +36,14 @@ model_repos = {
|
|
36 |
"jesus": ("mjdolan/stylegan-nada-models", "jesus.pt"),
|
37 |
"mariah": ("mjdolan/stylegan-nada-models", "mariah.pt"),
|
38 |
"heat_miser": ("mjdolan/stylegan-nada-models", "heat.pt"),
|
39 |
-
"claymation": ("mjdolan/stylegan-nada-models", "claymation.pt")
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
interface_gan_map = {"None": None, "Masculine": ("gender", 1.0), "Feminine": ("gender", -1.0),
|
44 |
"Smiling": ("smile", 1.0),
|
|
|
36 |
"jesus": ("mjdolan/stylegan-nada-models", "jesus.pt"),
|
37 |
"mariah": ("mjdolan/stylegan-nada-models", "mariah.pt"),
|
38 |
"heat_miser": ("mjdolan/stylegan-nada-models", "heat.pt"),
|
39 |
+
"claymation": ("mjdolan/stylegan-nada-models", "claymation.pt"),
|
40 |
+
"elf": ("mjdolan/stylegan-nada-models", "elf.pt"),
|
41 |
+
"krampus": ("mjdolan/stylegan-nada-models", "krampus.pt"),
|
42 |
+
"grinch": ("mjdolan/stylegan-nada-models", "grinch.pt"),
|
43 |
+
"jack_frost": ("mjdolan/stylegan-nada-models", "jack_frost.pt"),
|
44 |
+
"rudolph": ("mjdolan/stylegan-nada-models", "rudolph.pt"),
|
45 |
+
"home_alone": ("mjdolan/stylegan-nada-models", "home_alone.pt")
|
46 |
+
}
|
47 |
|
48 |
interface_gan_map = {"None": None, "Masculine": ("gender", 1.0), "Feminine": ("gender", -1.0),
|
49 |
"Smiling": ("smile", 1.0),
|