Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
|
| 213 |
with gr.Column(scale=1):
|
| 214 |
video_output = gr.Video(label="Edited Video")
|
| 215 |
|
| 216 |
-
|
| 217 |
examples=[
|
| 218 |
["examples/man_walking.mp4", "make the man into an alien"],
|
| 219 |
["examples/leopard.mp4", "make the leopard into a lion"],
|
|
|
|
| 213 |
with gr.Column(scale=1):
|
| 214 |
video_output = gr.Video(label="Edited Video")
|
| 215 |
|
| 216 |
+
gr.Examples(
|
| 217 |
examples=[
|
| 218 |
["examples/man_walking.mp4", "make the man into an alien"],
|
| 219 |
["examples/leopard.mp4", "make the leopard into a lion"],
|