multimodalart HF Staff commited on
Commit
bc70754
·
verified ·
1 Parent(s): 8f454af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🎨 Generate Edited Video", variant="primary")
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")