linoyts HF Staff commited on
Commit
86de4f5
·
verified ·
1 Parent(s): 176f1a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 Text/Image-to-Video Demo (ti2v-5B)")
166
- gr.Markdown("Generate a video from a text prompt. Optionally, provide an initial image to guide the generation (Image-to-Video).")
 
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):