Spaces:
Sleeping
Sleeping
Increase audio file limit to 10 minutes
Browse files
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 =
|
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",
|