Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
e7180ce
1
Parent(s):
434cac7
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ def generate_video(image, prompt, duration, guidance_scale, video_guidance_scale
|
|
129 |
|
130 |
# Gradio interface
|
131 |
with gr.Blocks() as demo:
|
132 |
-
gr.Markdown("# Pyramid Flow
|
|
|
133 |
|
134 |
#with gr.Tab("Text-to-Video"):
|
135 |
with gr.Row():
|
|
|
129 |
|
130 |
# Gradio interface
|
131 |
with gr.Blocks() as demo:
|
132 |
+
gr.Markdown("# Pyramid Flow text-to-video demo")
|
133 |
+
gr.Markdown("[[Paper](https://arxiv.org/pdf/2410.05954)], [[Model](https://huggingface.co/rain1011/pyramid-flow-sd3)], [Code[https://github.com/jy0205/Pyramid-Flow]]")
|
134 |
|
135 |
#with gr.Tab("Text-to-Video"):
|
136 |
with gr.Row():
|