Spaces:
Running
Running
Update model Arcane v2
Browse files- app.py +4 -4
- example/arcane/anne.jpg +0 -0
- example/arcane/boy2.jpg +0 -0
- example/arcane/cap.jpg +0 -0
- example/arcane/dune2.jpg +0 -0
- example/arcane/elon.jpg +0 -0
- example/arcane/girl.jpg +0 -0
- example/arcane/girl4.jpg +0 -0
- example/arcane/girl6.jpg +0 -0
- example/arcane/leo.jpg +0 -0
- example/arcane/man2.jpg +0 -0
- example/arcane/nat_.jpg +0 -0
- example/arcane/seydoux.jpg +0 -0
- example/arcane/tobey.jpg +0 -0
- utils/common.py +1 -1
app.py
CHANGED
@@ -86,10 +86,10 @@ gr.Interface(
|
|
86 |
article=article,
|
87 |
allow_flagging="never",
|
88 |
examples=[
|
89 |
-
['example/face/girl4.jpg', 'AnimeGANv2_Arcane',
|
90 |
-
['example/face/leo.jpg', 'AnimeGANv2_Arcane',
|
91 |
-
['example/face/
|
92 |
-
['example/face/anne.jpg', 'AnimeGANv2_Arcane',
|
93 |
# ['example/boy2.jpg', 'AnimeGANv3_Arcane', "No"],
|
94 |
# ['example/cap.jpg', 'AnimeGANv3_Arcane', "No"],
|
95 |
['example/landscape/pexels-camilacarneiro-6318793.jpg', 'AnimeGANv2_Hayao', None],
|
|
|
86 |
article=article,
|
87 |
allow_flagging="never",
|
88 |
examples=[
|
89 |
+
['example/face/girl4.jpg', 'AnimeGANv2_Arcane', None],
|
90 |
+
['example/face/leo.jpg', 'AnimeGANv2_Arcane', None],
|
91 |
+
['example/face/cap.jpg', 'AnimeGANv2_Arcane', None],
|
92 |
+
['example/face/anne.jpg', 'AnimeGANv2_Arcane', None],
|
93 |
# ['example/boy2.jpg', 'AnimeGANv3_Arcane', "No"],
|
94 |
# ['example/cap.jpg', 'AnimeGANv3_Arcane', "No"],
|
95 |
['example/landscape/pexels-camilacarneiro-6318793.jpg', 'AnimeGANv2_Hayao', None],
|
example/arcane/anne.jpg
DELETED
Binary file (105 kB)
|
|
example/arcane/boy2.jpg
DELETED
Binary file (88.3 kB)
|
|
example/arcane/cap.jpg
DELETED
Binary file (96.1 kB)
|
|
example/arcane/dune2.jpg
DELETED
Binary file (90.8 kB)
|
|
example/arcane/elon.jpg
DELETED
Binary file (87.2 kB)
|
|
example/arcane/girl.jpg
DELETED
Binary file (88.4 kB)
|
|
example/arcane/girl4.jpg
DELETED
Binary file (106 kB)
|
|
example/arcane/girl6.jpg
DELETED
Binary file (90.2 kB)
|
|
example/arcane/leo.jpg
DELETED
Binary file (108 kB)
|
|
example/arcane/man2.jpg
DELETED
Binary file (87.9 kB)
|
|
example/arcane/nat_.jpg
DELETED
Binary file (154 kB)
|
|
example/arcane/seydoux.jpg
DELETED
Binary file (101 kB)
|
|
example/arcane/tobey.jpg
DELETED
Binary file (132 kB)
|
|
utils/common.py
CHANGED
@@ -44,7 +44,7 @@ RELEASED_WEIGHTS = {
|
|
44 |
## Face portrait
|
45 |
"arcane:v2": (
|
46 |
"v2",
|
47 |
-
"https://github.com/ptran1203/pytorch-animeGAN/releases/download/v1.2/
|
48 |
)
|
49 |
}
|
50 |
|
|
|
44 |
## Face portrait
|
45 |
"arcane:v2": (
|
46 |
"v2",
|
47 |
+
"https://github.com/ptran1203/pytorch-animeGAN/releases/download/v1.2/GeneratorV2_ffhq_Arcane_210624_e350.pt"
|
48 |
)
|
49 |
}
|
50 |
|