Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5673a25
1
Parent(s):
e2447ec
finalize name
Browse files
app.py
CHANGED
@@ -428,7 +428,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
428 |
"""
|
429 |
)
|
430 |
|
431 |
-
gr.Markdown("# Diffusion Forcing Transformer
|
432 |
gr.Markdown(
|
433 |
"### Official Interactive Demo for [_History-guided Video Diffusion_](todo)"
|
434 |
)
|
|
|
428 |
"""
|
429 |
)
|
430 |
|
431 |
+
gr.Markdown("# Diffusion Forcing Transformer with History Guidance")
|
432 |
gr.Markdown(
|
433 |
"### Official Interactive Demo for [_History-guided Video Diffusion_](todo)"
|
434 |
)
|