Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,8 +162,9 @@ def generate_video(
|
|
| 162 |
css = ".gradio-container {max-width: 1100px !important; margin: 0 auto} #output_video {height: 500px;} #input_image {height: 500px;}"
|
| 163 |
|
| 164 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
| 165 |
-
gr.Markdown("# Wan 2.2
|
| 166 |
-
gr.Markdown("
|
|
|
|
| 167 |
|
| 168 |
with gr.Row():
|
| 169 |
with gr.Column(scale=2):
|
|
|
|
| 162 |
css = ".gradio-container {max-width: 1100px !important; margin: 0 auto} #output_video {height: 500px;} #input_image {height: 500px;}"
|
| 163 |
|
| 164 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
| 165 |
+
gr.Markdown("# Wan 2.2 TI2V 5B")
|
| 166 |
+
gr.Markdown("generate high quality videos using Wan 2.2 5B Text-Image-to-Video model")
|
| 167 |
+
gr.Markdown("[[model]](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B),[[paper]](https://arxiv.org/abs/2503.20314)")
|
| 168 |
|
| 169 |
with gr.Row():
|
| 170 |
with gr.Column(scale=2):
|