Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -388,15 +388,14 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
|
|
388 |
value=2.5
|
389 |
)
|
390 |
|
391 |
-
negative_prompt = gr.Textbox(
|
392 |
-
label="Negative Prompt",
|
393 |
-
placeholder="What you don't want in the video...",
|
394 |
-
lines=2,
|
395 |
-
value="worst quality, inconsistent motion, blurry, jittery, distorted"
|
396 |
-
)
|
397 |
|
398 |
# Advanced Settings
|
399 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
|
|
|
|
|
|
|
400 |
with gr.Row():
|
401 |
height = gr.Slider(
|
402 |
label="Height",
|
|
|
388 |
value=2.5
|
389 |
)
|
390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
|
392 |
# Advanced Settings
|
393 |
with gr.Accordion("Advanced Settings", open=False):
|
394 |
+
negative_prompt = gr.Textbox(
|
395 |
+
label="Negative Prompt",
|
396 |
+
placeholder="What you don't want in the video...",
|
397 |
+
lines=2,
|
398 |
+
value="worst quality, inconsistent motion, blurry, jittery, distorted")
|
399 |
with gr.Row():
|
400 |
height = gr.Slider(
|
401 |
label="Height",
|