user029182 commited on
Commit
6a5fe2c
·
verified ·
1 Parent(s): 91e6960

Update app_t2v.py

Browse files
Files changed (1) hide show
  1. app_t2v.py +1 -1
app_t2v.py CHANGED
@@ -20,7 +20,7 @@ def create_demo() -> gr.Blocks:
20
  width: int = 512,
21
  height: int = 320,
22
  num_frames: int = 100,
23
- frame_rate: int = 25,
24
  num_inference_steps: int = 30,
25
  seed: int = 8,
26
  progress: gr.Progress = gr.Progress(),
 
20
  width: int = 512,
21
  height: int = 320,
22
  num_frames: int = 100,
23
+ frame_rate: int = 20,
24
  num_inference_steps: int = 30,
25
  seed: int = 8,
26
  progress: gr.Progress = gr.Progress(),