Spaces:
Paused
Paused
Update app_t2v.py
Browse files- app_t2v.py +3 -3
app_t2v.py
CHANGED
@@ -17,9 +17,9 @@ def create_demo() -> gr.Blocks:
|
|
17 |
def text_to_video(
|
18 |
prompt: str,
|
19 |
negative_prompt: str,
|
20 |
-
width: int =
|
21 |
-
height: int =
|
22 |
-
num_frames: int =
|
23 |
frame_rate: int = 25,
|
24 |
num_inference_steps: int = 30,
|
25 |
seed: int = 8,
|
|
|
17 |
def text_to_video(
|
18 |
prompt: str,
|
19 |
negative_prompt: str,
|
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,
|