Spaces:
Runtime error
Runtime error
Greencapabara
commited on
Commit
•
dfa1816
1
Parent(s):
4b1adcf
Remove 120 s limit
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 -1 # seconds
|
14 |
|
15 |
LANGUAGES = [
|
16 |
"English", "Chinese", "German", "Spanish", "Russian", "Korean",
|