linoyts HF Staff commited on
Commit
e1b51c0
·
verified ·
1 Parent(s): 09f083a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
183
 
184
 
185
  with gr.Accordion("Advanced Settings", open=False):
186
- steps_input = gr.Slider(label="Sampling Steps", minimum=10, maximum=70, value=35, step=1)
187
  scale_input = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, value=cfg.sample_guide_scale, step=0.1)
188
  shift_input = gr.Slider(label="Sample Shift", minimum=1.0, maximum=20.0, value=cfg.sample_shift, step=0.1)
189
  seed_input = gr.Number(label="Seed (-1 for random)", value=-1, precision=0)
@@ -208,7 +208,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
208
  examples=[
209
  [example_image_path, "The cat removes the glasses its eyes.", "1280*704", 1.5],
210
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
211
- [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 3.0],
212
  ],
213
  inputs=[image_input, prompt_input, size_input, duration_input],
214
  outputs=video_output,
 
183
 
184
 
185
  with gr.Accordion("Advanced Settings", open=False):
186
+ steps_input = gr.Slider(label="Sampling Steps", minimum=10, maximum=70, value=40, step=1)
187
  scale_input = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, value=cfg.sample_guide_scale, step=0.1)
188
  shift_input = gr.Slider(label="Sample Shift", minimum=1.0, maximum=20.0, value=cfg.sample_shift, step=0.1)
189
  seed_input = gr.Number(label="Seed (-1 for random)", value=-1, precision=0)
 
208
  examples=[
209
  [example_image_path, "The cat removes the glasses its eyes.", "1280*704", 1.5],
210
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
211
+ [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 2.0],
212
  ],
213
  inputs=[image_input, prompt_input, size_input, duration_input],
214
  outputs=video_output,