Spaces:
Running
Running
udate model
Browse files- .gitignore +1 -0
- app.py +1 -1
- examples/01.png +0 -0
- examples/02.png +0 -0
- examples/03.png +0 -0
- examples/04.png +0 -0
- examples/05.png +0 -0
- examples/06.png +0 -0
- examples/07.png +0 -0
- examples/08.png +0 -0
- models/fb_encoder.onnx +2 -2
- models/g_mapping.onnx +2 -2
- models/g_synthesis.onnx +1 -1
.gitignore
CHANGED
@@ -114,3 +114,4 @@ dmypy.json
|
|
114 |
.pyre/
|
115 |
|
116 |
.idea/
|
|
|
|
114 |
.pyre/
|
115 |
|
116 |
.idea/
|
117 |
+
video.mp4
|
app.py
CHANGED
@@ -287,7 +287,7 @@ if __name__ == '__main__':
|
|
287 |
with gr.Column():
|
288 |
gr.Markdown("you'd better upload a standing full-body image")
|
289 |
encode_img_input = gr.Image(label="input image")
|
290 |
-
examples_data = [[f"examples/{x:02d}.png"] for x in range(1,
|
291 |
encode_img_examples = gr.Dataset(components=[encode_img_input], samples=examples_data)
|
292 |
with gr.Group():
|
293 |
encode_img_submit = gr.Button("Run", variant="primary")
|
|
|
287 |
with gr.Column():
|
288 |
gr.Markdown("you'd better upload a standing full-body image")
|
289 |
encode_img_input = gr.Image(label="input image")
|
290 |
+
examples_data = [[f"examples/{x:02d}.png"] for x in range(1, 5)]
|
291 |
encode_img_examples = gr.Dataset(components=[encode_img_input], samples=examples_data)
|
292 |
with gr.Group():
|
293 |
encode_img_submit = gr.Button("Run", variant="primary")
|
examples/01.png
CHANGED
examples/02.png
CHANGED
examples/03.png
CHANGED
examples/04.png
CHANGED
examples/05.png
DELETED
Binary file (322 kB)
|
|
examples/06.png
DELETED
Binary file (334 kB)
|
|
examples/07.png
DELETED
Binary file (379 kB)
|
|
examples/08.png
DELETED
Binary file (679 kB)
|
|
models/fb_encoder.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e8d206092b3e686b6d4798f8976e154413b12316161b5e1b077a493a41d75e4
|
3 |
+
size 706114106
|
models/g_mapping.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96ccd5cf1090078d2a63cdc02666d50c4e7484ba81c38e909b9501f9637f133a
|
3 |
+
size 8410285
|
models/g_synthesis.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 112794026
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e89042c1b47053f074d40cd9f41012d5341d5c1a4d92a5d5ed61485e570c7f48
|
3 |
size 112794026
|