Spaces:
Running
Running
Increase limit to 5m
Browse files
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 =
|
| 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 = 300 # seconds
|
| 14 |
|
| 15 |
LANGUAGES = [
|
| 16 |
"English", "Chinese", "German", "Spanish", "Russian", "Korean",
|