KingNish commited on
Commit
c1dedc3
·
verified ·
1 Parent(s): 14d059a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def generate_video(input_image, prompt, height, width, negative_prompt=default_n
109
  return video_path, current_seed
110
 
111
  with gr.Blocks() as demo:
112
- gr.Markdown("# Fast Wan 2.1 TI2V 5B Demo")
113
  gr.Markdown("""This Demo is using [FastWan2.2-TI2V-5B](https://huggingface.co/FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers) which is fine-tuned with Sparse-distill method which allows wan to generate high quality videos in 3-5 steps.""")
114
 
115
  with gr.Row():
 
109
  return video_path, current_seed
110
 
111
  with gr.Blocks() as demo:
112
+ gr.Markdown("# Fast Wan 2.2 TI2V 5B Demo")
113
  gr.Markdown("""This Demo is using [FastWan2.2-TI2V-5B](https://huggingface.co/FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers) which is fine-tuned with Sparse-distill method which allows wan to generate high quality videos in 3-5 steps.""")
114
 
115
  with gr.Row():