Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
|
| 202 |
generate_btn = gr.Button("Edit Video", variant="primary")
|
| 203 |
|
| 204 |
with gr.Column(scale=1):
|
| 205 |
-
video_output = gr.Video(label="Edited Video")
|
| 206 |
|
| 207 |
gr.Examples(
|
| 208 |
examples=[
|
|
|
|
| 202 |
generate_btn = gr.Button("Edit Video", variant="primary")
|
| 203 |
|
| 204 |
with gr.Column(scale=1):
|
| 205 |
+
video_output = gr.Video(label="Edited Video", autoplay=True)
|
| 206 |
|
| 207 |
gr.Examples(
|
| 208 |
examples=[
|