Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|
132 |
-
"<p><center>Refer Gradio
|
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():
|