alexnasa commited on
Commit
09d2b03
·
verified ·
1 Parent(s): c1ec572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -332,7 +332,7 @@ with gr.Blocks(css=css) as demo:
332
  gr.Markdown("**SETTINGS**")
333
 
334
  default_steps = 10
335
- default_max_duration = 20
336
 
337
  max_duration = gr.Slider(minimum=20, maximum=95, value=default_max_duration, step=25, label="Frames")
338
  steps_input = gr.Slider(minimum=10, maximum=50, value=default_steps, step=5, label="Diffusion Steps")
@@ -371,7 +371,7 @@ with gr.Blocks(css=css) as demo:
371
 
372
 
373
  [
374
- "A handheld tracking shot follows a female through a science lab. Her determined eyes are locked straight ahead. The clip is in black and white and patchy as she is explaining something to someone standing opposite her",
375
  10,
376
  ["./examples/naomi.png"],
377
  "./examples/science.wav",
 
332
  gr.Markdown("**SETTINGS**")
333
 
334
  default_steps = 10
335
+ default_max_duration = 45
336
 
337
  max_duration = gr.Slider(minimum=20, maximum=95, value=default_max_duration, step=25, label="Frames")
338
  steps_input = gr.Slider(minimum=10, maximum=50, value=default_steps, step=5, label="Diffusion Steps")
 
371
 
372
 
373
  [
374
+ "A handheld tracking shot follows a female through a science lab. Her determined eyes are locked straight ahead. She is explaining something to someone standing opposite her",
375
  10,
376
  ["./examples/naomi.png"],
377
  "./examples/science.wav",