Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
41e6c3c
1
Parent(s):
aa16bad
update videocrafter2
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(css=css) as demo:
|
|
276 |
<p style="text-align: center;">
|
277 |
<a href="https://arxiv.org/abs/2310.15169" target="_blank"><b>[arXiv]</b></a>
|
278 |
<a href="http://haonanqiu.com/projects/FreeNoise.html" target="_blank"><b>[Project Page]</b></a>
|
279 |
-
<a href="https://github.com/
|
280 |
</p>
|
281 |
"""
|
282 |
)
|
@@ -290,7 +290,7 @@ with gr.Blocks(css=css) as demo:
|
|
290 |
with gr.Row():
|
291 |
num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
|
292 |
minimum=16,
|
293 |
-
maximum=
|
294 |
step=4,
|
295 |
value=32)
|
296 |
ddim_steps = gr.Slider(label='DDIM Steps',
|
|
|
276 |
<p style="text-align: center;">
|
277 |
<a href="https://arxiv.org/abs/2310.15169" target="_blank"><b>[arXiv]</b></a>
|
278 |
<a href="http://haonanqiu.com/projects/FreeNoise.html" target="_blank"><b>[Project Page]</b></a>
|
279 |
+
<a href="https://github.com/AILab-CVC/FreeNoise" target="_blank"><b>[Code]</b></a>
|
280 |
</p>
|
281 |
"""
|
282 |
)
|
|
|
290 |
with gr.Row():
|
291 |
num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
|
292 |
minimum=16,
|
293 |
+
maximum=64,
|
294 |
step=4,
|
295 |
value=32)
|
296 |
ddim_steps = gr.Slider(label='DDIM Steps',
|