Spaces:
Running
on
Zero
Running
on
Zero
Update demo/infer.py
Browse files- demo/infer.py +1 -1
demo/infer.py
CHANGED
@@ -56,7 +56,7 @@ class LiveCCDemoInfer:
|
|
56 |
self,
|
57 |
message: str,
|
58 |
state: dict,
|
59 |
-
max_pixels: int =
|
60 |
default_query: str = 'Please describe the video.',
|
61 |
do_sample: bool = False,
|
62 |
repetition_penalty: float = 1.05,
|
|
|
56 |
self,
|
57 |
message: str,
|
58 |
state: dict,
|
59 |
+
max_pixels: int = 256 * 28 * 28,
|
60 |
default_query: str = 'Please describe the video.',
|
61 |
do_sample: bool = False,
|
62 |
repetition_penalty: float = 1.05,
|