Update app.py
Browse files
app.py
CHANGED
|
@@ -123,8 +123,8 @@ description = "Gradio demo for First Order Motion Model. Read more at the links
|
|
| 123 |
article = "<p style='text-align: center'><a href='https://papers.nips.cc/paper/2019/file/31c0b36aef265d9221af80872ceb62f9-Paper.pdf' target='_blank'>First Order Motion Model for Image Animation</a> | <a href='https://github.com/AliaksandrSiarohin/first-order-model' target='_blank'>Github Repo</a></p>"
|
| 124 |
examples = [["bella_porch.mp4", "julien.png"]]
|
| 125 |
generator, kp_detector = load_checkpoints(
|
| 126 |
-
config_path="
|
| 127 |
-
checkpoint_path="
|
| 128 |
cpu=True,
|
| 129 |
)
|
| 130 |
|
|
|
|
| 123 |
article = "<p style='text-align: center'><a href='https://papers.nips.cc/paper/2019/file/31c0b36aef265d9221af80872ceb62f9-Paper.pdf' target='_blank'>First Order Motion Model for Image Animation</a> | <a href='https://github.com/AliaksandrSiarohin/first-order-model' target='_blank'>Github Repo</a></p>"
|
| 124 |
examples = [["bella_porch.mp4", "julien.png"]]
|
| 125 |
generator, kp_detector = load_checkpoints(
|
| 126 |
+
config_path="vox-256.yaml",
|
| 127 |
+
checkpoint_path="vox-adv-cpk.pth",
|
| 128 |
cpu=True,
|
| 129 |
)
|
| 130 |
|