aadnk commited on
Commit
4514e2e
1 Parent(s): 8d120bf

Increase audio file limit to 10 minutes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from utils import slugify, write_srt, write_vtt
19
  #os.system("pip install git+https://github.com/openai/whisper.git")
20
 
21
  # Limitations (set to -1 to disable)
22
- DEFAULT_INPUT_AUDIO_MAX_DURATION = 300 # seconds
23
 
24
  LANGUAGES = [
25
  "English", "Chinese", "German", "Spanish", "Russian", "Korean",
 
19
  #os.system("pip install git+https://github.com/openai/whisper.git")
20
 
21
  # Limitations (set to -1 to disable)
22
+ DEFAULT_INPUT_AUDIO_MAX_DURATION = 600 # seconds
23
 
24
  LANGUAGES = [
25
  "English", "Chinese", "German", "Spanish", "Russian", "Korean",