Spaces:
Runtime error
Runtime error
Olivier-Truong
commited on
Commit
•
3e35df3
1
Parent(s):
51156ef
Update app.py
Browse files
app.py
CHANGED
@@ -774,7 +774,9 @@ if __name__ == '__main__':
|
|
774 |
|
775 |
args = parser.parse_args().__dict__
|
776 |
|
|
|
777 |
updated_config = default_app_config.update(**args)
|
|
|
778 |
|
779 |
if (threads := args.pop("threads")) > 0:
|
780 |
torch.set_num_threads(threads)
|
|
|
774 |
|
775 |
args = parser.parse_args().__dict__
|
776 |
|
777 |
+
|
778 |
updated_config = default_app_config.update(**args)
|
779 |
+
updated_config = updated_config.update({"input_audio_max_duration": 7200})
|
780 |
|
781 |
if (threads := args.pop("threads")) > 0:
|
782 |
torch.set_num_threads(threads)
|