nroggendorff commited on
Commit
e66db0f
1 Parent(s): 867f2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks() as demo:
64
  info="Video length will be 25 frames.",
65
  value=30,
66
  minimum=5,
 
67
  maximum=60,
68
  )
69
 
 
64
  info="Video length will be 25 frames.",
65
  value=30,
66
  minimum=5,
67
+ step=2,
68
  maximum=60,
69
  )
70