fffiloni commited on
Commit
11d8d99
·
verified ·
1 Parent(s): df965de

Update simple_app.py

Browse files
Files changed (1) hide show
  1. simple_app.py +2 -1
simple_app.py CHANGED
@@ -149,7 +149,8 @@ def infer(prompt, progress=gr.Progress(track_tqdm=True)):
149
 
150
  with gr.Blocks() as demo:
151
  with gr.Column():
152
- gr.Markdown("# Wan 2.1")
 
153
  prompt = gr.Textbox(label="Prompt")
154
  submit_btn = gr.Button("Submit")
155
  video_res = gr.Video(label="Generated Video")
 
149
 
150
  with gr.Blocks() as demo:
151
  with gr.Column():
152
+ gr.Markdown("# Wan 2.1 1.3B")
153
+ gr.Markdown("Enjoy this simple working UI, duplicate the space to skip the queue :)")
154
  prompt = gr.Textbox(label="Prompt")
155
  submit_btn = gr.Button("Submit")
156
  video_res = gr.Video(label="Generated Video")