luca115 commited on
Commit
5e81e59
·
verified ·
1 Parent(s): 72ac774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def generate_image(prompt, height, width, negative_prompt=default_negative_promp
133
  return output_frame, current_seed
134
 
135
  with gr.Blocks() as demo:
136
- gr.Markdown("# Fast Wan 2.2 TI2V 5B Demo")
137
  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.""")
138
 
139
  with gr.Tabs():
 
133
  return output_frame, current_seed
134
 
135
  with gr.Blocks() as demo:
136
+ gr.Markdown("# Fast Wan 2.2 T2V I2V T2I 5B")
137
  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.""")
138
 
139
  with gr.Tabs():