Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ def call_pipe(
|
|
| 152 |
prompt: Union[str, List[str]] = None,
|
| 153 |
prompt_2: Union[str, List[str]] = None,
|
| 154 |
height: int = 720,
|
| 155 |
-
width
|
| 156 |
num_frames: int = 129,
|
| 157 |
num_inference_steps: int = 50,
|
| 158 |
sigmas: Optional[List[float]] = None,
|
|
|
|
| 152 |
prompt: Union[str, List[str]] = None,
|
| 153 |
prompt_2: Union[str, List[str]] = None,
|
| 154 |
height: int = 720,
|
| 155 |
+
width: int = 1280,
|
| 156 |
num_frames: int = 129,
|
| 157 |
num_inference_steps: int = 50,
|
| 158 |
sigmas: Optional[List[float]] = None,
|