hhyangcs commited on
Commit
c3f3642
·
verified ·
1 Parent(s): 07b429b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ def seed_all(seed: int = 0):
26
 
27
 
28
  examples = [
29
- ["demos/wooly_mammoth.mp4", 3, 32, 8, 20, 6, 768],
30
  ]
31
 
32
 
@@ -153,7 +153,7 @@ def construct_demo():
153
  label="Number of Key Frames",
154
  minimum=16,
155
  maximum=32,
156
- value=32,
157
  step=2,
158
  )
159
  decode_chunk_size = gr.Slider(
 
26
 
27
 
28
  examples = [
29
+ ["demos/wooly_mammoth.mp4", 3, 28, 8, 20, 6, 768],
30
  ]
31
 
32
 
 
153
  label="Number of Key Frames",
154
  minimum=16,
155
  maximum=32,
156
+ value=28,
157
  step=2,
158
  )
159
  decode_chunk_size = gr.Slider(