Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ from src.vad import AbstractTranscription, NonSpeechStrategy, PeriodicTranscript
|
|
| 27 |
from src.whisperContainer import WhisperContainer
|
| 28 |
|
| 29 |
# Limitations (set to -1 to disable)
|
| 30 |
-
DEFAULT_INPUT_AUDIO_MAX_DURATION =
|
| 31 |
|
| 32 |
# Whether or not to automatically delete all uploaded files, to save disk space
|
| 33 |
DELETE_UPLOADED_FILES = True
|
|
|
|
| 27 |
from src.whisperContainer import WhisperContainer
|
| 28 |
|
| 29 |
# Limitations (set to -1 to disable)
|
| 30 |
+
DEFAULT_INPUT_AUDIO_MAX_DURATION = -1 # seconds
|
| 31 |
|
| 32 |
# Whether or not to automatically delete all uploaded files, to save disk space
|
| 33 |
DELETE_UPLOADED_FILES = True
|