Spaces:
Running
on
Zero
Running
on
Zero
jhshao
commited on
Commit
·
8df4a7a
1
Parent(s):
02f6d94
modify max frames
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ default_num_inference_steps = 5
|
|
45 |
default_num_frames = 10
|
46 |
default_window_size = 9
|
47 |
default_video_processing_resolution = 768
|
48 |
-
default_video_out_max_frames =
|
49 |
default_decode_chunk_size = 10
|
50 |
|
51 |
def process_video(
|
|
|
45 |
default_num_frames = 10
|
46 |
default_window_size = 9
|
47 |
default_video_processing_resolution = 768
|
48 |
+
default_video_out_max_frames = 90
|
49 |
default_decode_chunk_size = 10
|
50 |
|
51 |
def process_video(
|