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 |
info="Higher values follow the prompt more strictly"
|
| 203 |
)
|
| 204 |
|
| 205 |
-
generate_btn = gr.Button("
|
| 206 |
|
| 207 |
with gr.Column(scale=1):
|
| 208 |
video_output = gr.Video(label="Edited Video")
|
|
|
|
| 202 |
info="Higher values follow the prompt more strictly"
|
| 203 |
)
|
| 204 |
|
| 205 |
+
generate_btn = gr.Button("Edit Video", variant="primary")
|
| 206 |
|
| 207 |
with gr.Column(scale=1):
|
| 208 |
video_output = gr.Video(label="Edited Video")
|