Spaces:
Sleeping
Sleeping
Update inference_from_video.py
Browse files- inference_from_video.py +1 -1
inference_from_video.py
CHANGED
@@ -65,7 +65,7 @@ def parse_args():
|
|
65 |
help="How many test instances to evaluate.",
|
66 |
)
|
67 |
parser.add_argument(
|
68 |
-
"--sample_rate", type=int, default=
|
69 |
help="Sample rate for audio output.",
|
70 |
)
|
71 |
parser.add_argument(
|
|
|
65 |
help="How many test instances to evaluate.",
|
66 |
)
|
67 |
parser.add_argument(
|
68 |
+
"--sample_rate", type=int, default=16000,
|
69 |
help="Sample rate for audio output.",
|
70 |
)
|
71 |
parser.add_argument(
|