HAL1993 commited on
Commit
498c5da
·
verified ·
1 Parent(s): c0c375a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -584,8 +584,8 @@ def create_demo():
584
  """)
585
 
586
  with gr.Row(elem_id="general_items"):
587
- gr.Markdown("# Fast Image to Video")
588
- gr.Markdown("Generate videos from an input image and prompt using Wan 2.2 with Lightning LoRA.", elem_id="subtitle")
589
  with gr.Column(elem_id="input_column"):
590
  input_image = gr.Image(
591
  type="pil",
 
584
  """)
585
 
586
  with gr.Row(elem_id="general_items"):
587
+ gr.Markdown("# ")
588
+ gr.Markdown("Convert an image into an animated video with prompt description.", elem_id="subtitle")
589
  with gr.Column(elem_id="input_column"):
590
  input_image = gr.Image(
591
  type="pil",