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
- DEFAULT_INPUT_AUDIO_MAX_DURATION = 120 # seconds
14
 
15
  LANGUAGES = [
16
  "English", "Chinese", "German", "Spanish", "Russian", "Korean",
 
10
  #os.system("pip install git+https://github.com/openai/whisper.git")
11
 
12
  # Limitations (set to -1 to disable)
13
+ DEFAULT_INPUT_AUDIO_MAX_DURATION -1 # seconds
14
 
15
  LANGUAGES = [
16
  "English", "Chinese", "German", "Spanish", "Russian", "Korean",