multimodalart HF staff commited on
Commit
e0e8e31
1 Parent(s): d093812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
135
  "Beautiful, snowy Tokyo city is bustling. The camera moves through the bustling city street, following several people enjoying the beautiful snowy weather and shopping at nearby stalls. Gorgeous sakura petals are flying through the wind along with snowflakes"
136
  ],
137
  fn=generate_video,
138
- inputs=prompt,
139
  ouutputs=t2v_output,
140
  cache_examples="lazy"
141
  )
 
135
  "Beautiful, snowy Tokyo city is bustling. The camera moves through the bustling city street, following several people enjoying the beautiful snowy weather and shopping at nearby stalls. Gorgeous sakura petals are flying through the wind along with snowflakes"
136
  ],
137
  fn=generate_video,
138
+ inputs=t2v_prompt,
139
  ouutputs=t2v_output,
140
  cache_examples="lazy"
141
  )