Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8a4cde9
1
Parent(s):
f8c86be
fix link
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
439 |
|
440 |
gr.Markdown("# Diffusion Forcing Transformer with History Guidance")
|
441 |
gr.Markdown(
|
442 |
-
"### Official Interactive Demo for [_History-guided Video Diffusion_](
|
443 |
)
|
444 |
with gr.Row():
|
445 |
gr.Button(
|
|
|
439 |
|
440 |
gr.Markdown("# Diffusion Forcing Transformer with History Guidance")
|
441 |
gr.Markdown(
|
442 |
+
"### Official Interactive Demo for [_History-guided Video Diffusion_](https://arxiv.org/abs/2502.06764)"
|
443 |
)
|
444 |
with gr.Row():
|
445 |
gr.Button(
|