multimodalart HF staff commited on
Commit
8157bfe
1 Parent(s): dd0fd3b

Update app.py

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