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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ def fuse_together(audio, video):
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():
 
128
  with gr.Blocks(css="style.css") as demo:
129
  gr.HTML(
130
  "<h1><center>AnimateDiff-Lightning⚡ + TANGO 2</center></h1>" +
131
+ "<p><center>Using Gradio Python Client to combine <b>AnimateDiff Lightning</b> with <b>Tango2</b> to give Voice to your Generated Videos</center></p>" +
132
+ "<p><center>Refer Gradio Guide for Python Clients 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():