Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
|
|
96 |
seed = gr.Slider(label="Seed", value=42, randomize=True, minimum=0, maximum=max_64_bit_int, step=1)
|
97 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
98 |
prompt=gr.Textbox(label="Prompt")
|
99 |
-
negative_prompt=gr.Textbox(label="Negative Prompt")
|
100 |
num_inference_steps=gr.Slider(label="Number of Inference Steps", value=25, minimum=25, maximum=100, step=25)
|
101 |
num_frames=gr.Slider(label = "Number of Frames", value=60, minimum=30, maximum=160)
|
102 |
fps_id = gr.Slider(label="Frames per second", info="The length of your video in seconds will be frames/fps", value=12, minimum=5, maximum=30, step=1)
|
|
|
96 |
seed = gr.Slider(label="Seed", value=42, randomize=True, minimum=0, maximum=max_64_bit_int, step=1)
|
97 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
98 |
prompt=gr.Textbox(label="Prompt")
|
99 |
+
negative_prompt=gr.Textbox(label="Negative Prompt", value="Blur, Motion Blur, Artifacts, Motion Artifacts, Poor Quality, Low Resolution, Smudging, Streaks, Motion Streaks, Pixels, Pixelated, Ugly, Mutation, Mutated")
|
100 |
num_inference_steps=gr.Slider(label="Number of Inference Steps", value=25, minimum=25, maximum=100, step=25)
|
101 |
num_frames=gr.Slider(label = "Number of Frames", value=60, minimum=30, maximum=160)
|
102 |
fps_id = gr.Slider(label="Frames per second", info="The length of your video in seconds will be frames/fps", value=12, minimum=5, maximum=30, step=1)
|