Spaces:
Running
Running
Fix image size
Browse files- app.py +6 -6
- example/more/hayao_v2/pexels-arnie-chou-304906-1004122.jpg +0 -0
- example/more/hayao_v2/pexels-camilacarneiro-6318793.jpg +0 -0
- example/more/hayao_v2/pexels-haohd-19859127.jpg +0 -0
- example/more/hayao_v2/pexels-huy-nguyen-748440234-19838813.jpg +0 -0
- example/more/hayao_v2/pexels-huy-phan-316220-1422386.jpg +0 -0
- example/more/hayao_v2/pexels-jimmy-teoh-294331-951531.jpg +0 -0
- example/more/hayao_v2/pexels-nandhukumar-450441.jpg +0 -0
- example/more/hayao_v2/pexels-sevenstormphotography-575362.jpg +0 -0
app.py
CHANGED
@@ -86,13 +86,13 @@ gr.Interface(
|
|
86 |
article=article,
|
87 |
allow_flagging="never",
|
88 |
examples=[
|
89 |
-
['example/
|
90 |
-
['example/
|
91 |
-
['example/
|
92 |
-
['example/
|
93 |
# ['example/boy2.jpg', 'AnimeGANv3_Arcane', "No"],
|
94 |
# ['example/cap.jpg', 'AnimeGANv3_Arcane', "No"],
|
95 |
-
['example/
|
96 |
-
['example/
|
97 |
]
|
98 |
).launch()
|
|
|
86 |
article=article,
|
87 |
allow_flagging="never",
|
88 |
examples=[
|
89 |
+
['example/face/girl4.jpg', 'AnimeGANv2_Arcane', 512],
|
90 |
+
['example/face/leo.jpg', 'AnimeGANv2_Arcane', 512],
|
91 |
+
['example/face/girl.jpg', 'AnimeGANv2_Arcane', 512],
|
92 |
+
['example/face/anne.jpg', 'AnimeGANv2_Arcane', 512],
|
93 |
# ['example/boy2.jpg', 'AnimeGANv3_Arcane', "No"],
|
94 |
# ['example/cap.jpg', 'AnimeGANv3_Arcane', "No"],
|
95 |
+
['example/landscape/pexels-camilacarneiro-6318793.jpg', 'AnimeGANv2_Hayao', None],
|
96 |
+
['example/landscape/pexels-nandhukumar-450441.jpg', 'AnimeGANv2_Hayao', None],
|
97 |
]
|
98 |
).launch()
|
example/more/hayao_v2/pexels-arnie-chou-304906-1004122.jpg
DELETED
Binary file (545 kB)
|
|
example/more/hayao_v2/pexels-camilacarneiro-6318793.jpg
DELETED
Binary file (558 kB)
|
|
example/more/hayao_v2/pexels-haohd-19859127.jpg
DELETED
Binary file (555 kB)
|
|
example/more/hayao_v2/pexels-huy-nguyen-748440234-19838813.jpg
DELETED
Binary file (352 kB)
|
|
example/more/hayao_v2/pexels-huy-phan-316220-1422386.jpg
DELETED
Binary file (542 kB)
|
|
example/more/hayao_v2/pexels-jimmy-teoh-294331-951531.jpg
DELETED
Binary file (383 kB)
|
|
example/more/hayao_v2/pexels-nandhukumar-450441.jpg
DELETED
Binary file (349 kB)
|
|
example/more/hayao_v2/pexels-sevenstormphotography-575362.jpg
DELETED
Binary file (531 kB)
|
|