multimodalart HF Staff commited on
Commit
9c505a4
·
verified ·
1 Parent(s): 0b16637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -147,8 +147,7 @@ with gr.Blocks(title="Lucy Edit - Video Editing with Text") as demo:
147
  prompt = gr.Textbox(
148
  label="Edit Prompt",
149
  placeholder="Describe what you want to change in the video...",
150
- lines=3,
151
- placeholder="Change the apron and blouse to a classic clown costume"
152
  )
153
 
154
  with gr.Accordion("Advanced Settings", open=False):
 
147
  prompt = gr.Textbox(
148
  label="Edit Prompt",
149
  placeholder="Describe what you want to change in the video...",
150
+ lines=3
 
151
  )
152
 
153
  with gr.Accordion("Advanced Settings", open=False):