Spaces:
Runtime error
Runtime error
Remove 120 s limit
#2
by
Greencapabara
- opened
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 -1 # seconds
|
14 |
|
15 |
LANGUAGES = [
|
16 |
"English", "Chinese", "German", "Spanish", "Russian", "Korean",
|