Olivier-Truong
commited on
Commit
•
b3e7c17
1
Parent(s):
ef5ddc1
Update app.py
Browse files
app.py
CHANGED
@@ -768,7 +768,8 @@ if __name__ == '__main__':
|
|
768 |
|
769 |
args = parser.parse_args().__dict__
|
770 |
|
771 |
-
updated_config = default_app_config.update(**args)
|
|
|
772 |
|
773 |
if (threads := args.pop("threads")) > 0:
|
774 |
torch.set_num_threads(threads)
|
|
|
768 |
|
769 |
args = parser.parse_args().__dict__
|
770 |
|
771 |
+
updated_config = default_app_config.update(**args)
|
772 |
+
updated_config.__dict__["input_audio_max_duration"] = 7200
|
773 |
|
774 |
if (threads := args.pop("threads")) > 0:
|
775 |
torch.set_num_threads(threads)
|