Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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():
|