ysharma HF staff commited on
Commit
7aaac90
1 Parent(s): 764d87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -127,9 +127,9 @@ def fuse_together(audio, video):
127
  # Gradio Interface
128
  with gr.Blocks(css="style.css") as demo:
129
  gr.HTML(
130
- "<h1><center>AnimateDiff-Lightning ⚡</center></h1>" +
131
- "<p><center>Lightning-fast text-to-video generation</center></p>" +
132
- "<p><center><a href='https://huggingface.co/ByteDance/AnimateDiff-Lightning'>https://huggingface.co/ByteDance/AnimateDiff-Lightning</a></center></p>"
133
  )
134
  with gr.Group():
135
  with gr.Row():
 
127
  # Gradio Interface
128
  with gr.Blocks(css="style.css") as demo:
129
  gr.HTML(
130
+ "<h1><center>AnimateDiff-Lightning + TANGO 2</center></h1>" +
131
+ "<p><center>Combine <b>AnimateDiff Lightning</b> with </b>Tango2</b> to give Voice to your Generated Videos</center></p>" +
132
+ "<p><center>Refer Gradio Guides here :<a href='https://www.gradio.app/guides/getting-started-with-the-python-client'>Getting Started with the Gradio Python client</a></center></p>"
133
  )
134
  with gr.Group():
135
  with gr.Row():