Spaces:
Build error
Build error
Farazquraishi
commited on
Commit
•
b84eea2
1
Parent(s):
152b94a
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ def inference(video, image):
|
|
116 |
return "final.mp4"
|
117 |
|
118 |
|
119 |
-
title = "
|
120 |
-
description = "
|
121 |
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>"
|
122 |
examples = [["vid.mp4", "julien.png"]]
|
123 |
generator, kp_detector = load_checkpoints(
|
|
|
116 |
return "final.mp4"
|
117 |
|
118 |
|
119 |
+
title = "FD_FOMM"
|
120 |
+
description = "NOT Working"
|
121 |
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>"
|
122 |
examples = [["vid.mp4", "julien.png"]]
|
123 |
generator, kp_detector = load_checkpoints(
|