multimodalart HF Staff commited on
Commit
f9a2b8e
·
verified ·
1 Parent(s): 0f021aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
219
  ["examples/leopard.mp4", "make the leopard into a lion"],
220
  ["examples/woman.mp4", "make the woman's coat blue"],
221
  ],
222
- inputs=[video_path, prompt],
223
  outputs=video_output,
224
  fn=process_video,
225
  cache_examples="lazy",
 
219
  ["examples/leopard.mp4", "make the leopard into a lion"],
220
  ["examples/woman.mp4", "make the woman's coat blue"],
221
  ],
222
+ inputs=[video_input, prompt],
223
  outputs=video_output,
224
  fn=process_video,
225
  cache_examples="lazy",