multimodalart HF staff commited on
Commit
26aac29
1 Parent(s): bcd02b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -215,8 +215,8 @@ intro = """
215
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
216
  TokenFlow - <small>Temporally consistent video editing</small>
217
  </h1>
218
- <span>[<a href="#">Paper</a>], [<a href="#">Project page</a>], [<a href="#">GitHub</a>]</span>
219
- <div style="display:flex">Each edit takes ~5 min <a href="https://huggingface.co/weizmannscience/tokenflow?duplicate=true" target="_blank">
220
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a></div>
221
  """
222
 
 
215
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
216
  TokenFlow - <small>Temporally consistent video editing</small>
217
  </h1>
218
+ <span style="text-align:center">[<a target="_blank" href="https://huggingface.co/papers/2307.10373">Paper</a>], [<a target="_blank" href="https://diffusion-tokenflow.github.io">Project page</a>], [<a target="_blank" href="https://github.com/omerbt/TokenFlow">GitHub</a>]</span>
219
+ <div style="display:flex; justify-content: center;margin-top: 0.5em">Each edit takes ~5 min <a href="https://huggingface.co/weizmannscience/tokenflow?duplicate=true" target="_blank">
220
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a></div>
221
  """
222