Spaces:
Runtime error
Runtime error
Update app_i2v.py
Browse files- 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 =
|
| 22 |
-
height: int =
|
| 23 |
-
num_frames: int =
|
| 24 |
-
frame_rate: int =
|
| 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(),
|