aadnk commited on
Commit
68a16d3
1 Parent(s): 7ce6041

Actually limit to 120s

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import ffmpeg
10
  #os.system("pip install git+https://github.com/openai/whisper.git")
11
 
12
  # Limitations (set to -1 to disable)
13
- INPUT_AUDIO_MAX_DURATION = 60 # seconds
14
 
15
  LANGUAGES = [
16
  "English",
 
10
  #os.system("pip install git+https://github.com/openai/whisper.git")
11
 
12
  # Limitations (set to -1 to disable)
13
+ INPUT_AUDIO_MAX_DURATION = 120 # seconds
14
 
15
  LANGUAGES = [
16
  "English",