user029182 commited on
Commit
91e6960
·
verified ·
1 Parent(s): 5000fc9

Update app_i2v.py

Browse files
Files changed (1) hide show
  1. app_i2v.py +4 -4
app_i2v.py CHANGED
@@ -18,10 +18,10 @@ def create_demo() -> gr.Blocks:
18
  image_path: str,
19
  prompt: str,
20
  negative_prompt: str,
21
- width: int = 768,
22
- height: int = 512,
23
- num_frames: int = 121,
24
- frame_rate: int = 25,
25
  num_inference_steps: int = 30,
26
  seed: int = 8,
27
  progress=gr.Progress(),
 
18
  image_path: str,
19
  prompt: str,
20
  negative_prompt: str,
21
+ width: int = 512,
22
+ height: int = 320,
23
+ num_frames: int = 100,
24
+ frame_rate: int = 20,
25
  num_inference_steps: int = 30,
26
  seed: int = 8,
27
  progress=gr.Progress(),