jbilcke-hf HF staff commited on
Commit
0b77ad8
1 Parent(s): a2fb38c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -356,6 +356,11 @@ with gr.Blocks() as demo:
356
  <div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
357
  <div style="text-align: center; color: black;">
358
  <p style="color: black;">This space is a headless text-to-video API tool designed for Hugging Chat.</p>
 
 
 
 
 
359
  <p style="color: black;">All credit due to the authors of the original space: <a href="https://huggingface.co/spaces/ByteDance/AnimateDiff-Lightning" target="_blank">ByteDance's AnimateDiff-Lightning</a>.</p>
360
  </div>
361
  </div>""")
 
356
  <div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
357
  <div style="text-align: center; color: black;">
358
  <p style="color: black;">This space is a headless text-to-video API tool designed for Hugging Chat.</p>
359
+ <br/>
360
+ <p>✅ Simple, uncomplicated workflow</p>
361
+ <p>✅ Replies in less than 25 seconds</p>
362
+ <p>✅ Designed to be used as an API</p>
363
+ <br/>
364
  <p style="color: black;">All credit due to the authors of the original space: <a href="https://huggingface.co/spaces/ByteDance/AnimateDiff-Lightning" target="_blank">ByteDance's AnimateDiff-Lightning</a>.</p>
365
  </div>
366
  </div>""")