Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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):
|