Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
|
| 159 |
)
|
| 160 |
|
| 161 |
with gr.Accordion("Advanced Settings", open=False):
|
| 162 |
-
enhance_prompt = gr.Checkbox("Enhance Prompt")
|
| 163 |
|
| 164 |
negative_prompt = gr.Textbox(
|
| 165 |
label="Negative Prompt (optional)",
|
|
|
|
| 159 |
)
|
| 160 |
|
| 161 |
with gr.Accordion("Advanced Settings", open=False):
|
| 162 |
+
enhance_prompt = gr.Checkbox(label="Enhance Prompt", value=True)
|
| 163 |
|
| 164 |
negative_prompt = gr.Textbox(
|
| 165 |
label="Negative Prompt (optional)",
|