Alanhau commited on
Commit
9a056e6
1 Parent(s): 4bf285d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 600 # seconds
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