chengzeyi commited on
Commit
f1d6a72
·
verified ·
1 Parent(s): ff5d8c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -209,8 +209,9 @@ 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("# 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
 
215
  with gr.Row():
216
  with gr.Column(scale=2):
 
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
 
216
  with gr.Row():
217
  with gr.Column(scale=2):