Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,7 +209,6 @@ def generate_video(
|
|
| 209 |
css = ".gradio-container {max-width: 1100px !important; margin: 0 auto} #output_video {height: 500px;} #input_image {height: 500px;}"
|
| 210 |
|
| 211 |
with gr.Blocks(css=css, theme=gr.themes.Soft(), delete_cache=(60, 900)) as demo:
|
| 212 |
-
gr.Markdown("# AI Video Playground")
|
| 213 |
# gr.Markdown("# Wan 2.2 TI2V 5B")
|
| 214 |
# gr.Markdown("generate high quality videos using **Wan 2.2 5B Text-Image-to-Video model**,[[model]](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B),[[paper]](https://arxiv.org/abs/2503.20314)")
|
| 215 |
|
|
|
|
| 209 |
css = ".gradio-container {max-width: 1100px !important; margin: 0 auto} #output_video {height: 500px;} #input_image {height: 500px;}"
|
| 210 |
|
| 211 |
with gr.Blocks(css=css, theme=gr.themes.Soft(), delete_cache=(60, 900)) as demo:
|
|
|
|
| 212 |
# gr.Markdown("# Wan 2.2 TI2V 5B")
|
| 213 |
# gr.Markdown("generate high quality videos using **Wan 2.2 5B Text-Image-to-Video model**,[[model]](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B),[[paper]](https://arxiv.org/abs/2503.20314)")
|
| 214 |
|