multimodalart HF staff commited on
Commit
e079314
1 Parent(s): 57e7cc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -212,12 +212,14 @@ def edit_with_pnp(input_video,
212
 
213
 
214
  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 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; margin-left: 0.4em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a></div>
 
221
  """
222
 
223
 
 
212
 
213
 
214
  intro = """
215
+ <div style="text-align:center">
216
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
217
  TokenFlow - <small>Temporally consistent video editing</small>
218
  </h1>
219
+ <span>[<a target="_blank" href="https://diffusion-tokenflow.github.io">Project page</a>], [<a target="_blank" href="https://github.com/omerbt/TokenFlow">GitHub</a>], [<a target="_blank" href="https://huggingface.co/papers/2307.10373">Paper</a>]</span>
220
  <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">
221
+ <img style="margin-top: 0em; margin-bottom: 0em; margin-left: 0.5em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a></div>
222
+ </div>
223
  """
224
 
225