Spaces:
Runtime error
Runtime error
Arnaudding001
commited on
Commit
•
9b95ecd
1
Parent(s):
ed0d9df
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from utils import slugify, write_srt, write_vtt
|
|
17 |
from vad import NonSpeechStrategy, PeriodicTranscriptionConfig, TranscriptionConfig, VadPeriodicTranscription, VadSileroTranscription
|
18 |
|
19 |
# Limitations (set to -1 to disable)
|
20 |
-
DEFAULT_INPUT_AUDIO_MAX_DURATION =
|
21 |
|
22 |
# Whether or not to automatically delete all uploaded files, to save disk space
|
23 |
DELETE_UPLOADED_FILES = True
|
|
|
17 |
from vad import NonSpeechStrategy, PeriodicTranscriptionConfig, TranscriptionConfig, VadPeriodicTranscription, VadSileroTranscription
|
18 |
|
19 |
# Limitations (set to -1 to disable)
|
20 |
+
DEFAULT_INPUT_AUDIO_MAX_DURATION = 3600 # seconds #initial value 600
|
21 |
|
22 |
# Whether or not to automatically delete all uploaded files, to save disk space
|
23 |
DELETE_UPLOADED_FILES = True
|