multimodalart HF staff commited on
Commit
dd0fd3b
1 Parent(s): 0328b82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
148
  outputs=[frames, t2v_output]
149
  ).then(
150
  compose_video,
151
- input=[frames],
152
  outouts=t2v_output
153
  )
154
 
 
148
  outputs=[frames, t2v_output]
149
  ).then(
150
  compose_video,
151
+ inputs=[frames],
152
  outouts=t2v_output
153
  )
154