Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=[
|
| 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",
|