Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers.pipelines.audio_utils import ffmpeg_read
|
|
| 8 |
import tempfile
|
| 9 |
import os
|
| 10 |
|
| 11 |
-
MODEL_NAME = "openai/whisper-large-v3"
|
| 12 |
BATCH_SIZE = 8
|
| 13 |
FILE_LIMIT_MB = 1000
|
| 14 |
YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
|
|
|
|
| 8 |
import tempfile
|
| 9 |
import os
|
| 10 |
|
| 11 |
+
MODEL_NAME = "openai/whisper-large-v3-turbo"
|
| 12 |
BATCH_SIZE = 8
|
| 13 |
FILE_LIMIT_MB = 1000
|
| 14 |
YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
|