Spaces:
Running
on
Zero
Running
on
Zero
app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,7 @@ def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
|
86 |
with gr.Blocks(css="style.css") as demo:
|
87 |
gr.HTML(
|
88 |
"<h1><center>AnimateDiff-Lightning ⚡</center></h1>" +
|
89 |
-
"<p><center>Lightning-fast text-to-video generation</center></p>"
|
90 |
-
"<p><center><a href='https://huggingface.co/ByteDance/AnimateDiff-Lightning'>https://huggingface.co/ByteDance/AnimateDiff-Lightning</a></center></p>"
|
91 |
)
|
92 |
with gr.Group():
|
93 |
with gr.Row():
|
|
|
86 |
with gr.Blocks(css="style.css") as demo:
|
87 |
gr.HTML(
|
88 |
"<h1><center>AnimateDiff-Lightning ⚡</center></h1>" +
|
89 |
+
"<p><center>Lightning-fast text-to-video generation</center></p>"
|
|
|
90 |
)
|
91 |
with gr.Group():
|
92 |
with gr.Row():
|