crrodrvi commited on
Commit
d342b29
·
verified ·
1 Parent(s): ca3a9a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="config/vox-256.yaml",
127
- checkpoint_path="weights/vox-adv-cpk.pth.tar",
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