Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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():
|