Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a9a3e19
1
Parent(s):
f68e196
minimum fps to 2
Browse files
app.py
CHANGED
@@ -169,8 +169,8 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
169 |
"### Official Interactive Demo for [_History-guided Video Diffusion_](todo)"
|
170 |
)
|
171 |
with gr.Row():
|
172 |
-
gr.Button(value="🌐 Website", link="
|
173 |
-
gr.Button(value="📄 Paper", link="https://
|
174 |
gr.Button(
|
175 |
value="💻 Code",
|
176 |
link="https://github.com/kwsong0113/diffusion-forcing-transformer",
|
@@ -381,7 +381,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
381 |
interactive=True,
|
382 |
)
|
383 |
demo2_fps = gr.Slider(
|
384 |
-
minimum=
|
385 |
maximum=10,
|
386 |
value=4,
|
387 |
step=1,
|
|
|
169 |
"### Official Interactive Demo for [_History-guided Video Diffusion_](todo)"
|
170 |
)
|
171 |
with gr.Row():
|
172 |
+
gr.Button(value="🌐 Website", link="https://boyuan.space/history-guidance")
|
173 |
+
gr.Button(value="📄 Paper", link="https://arxiv.org/abs/2502.06764")
|
174 |
gr.Button(
|
175 |
value="💻 Code",
|
176 |
link="https://github.com/kwsong0113/diffusion-forcing-transformer",
|
|
|
381 |
interactive=True,
|
382 |
)
|
383 |
demo2_fps = gr.Slider(
|
384 |
+
minimum=2,
|
385 |
maximum=10,
|
386 |
value=4,
|
387 |
step=1,
|