multimodalart HF staff commited on
Commit
bcd02b9
1 Parent(s): 025dc29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -213,8 +213,11 @@ def edit_with_pnp(input_video,
213
 
214
  intro = """
215
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
216
- TokenFlow
217
  </h1>
 
 
 
218
  """
219
 
220
 
 
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>[<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
 
223