wtlow003
commited on
Commit
·
365de93
1
Parent(s):
97319bc
fix: model
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
from transformers import pipeline
|
7 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
8 |
|
9 |
-
MODEL_NAME = "
|
10 |
BATCH_SIZE = 8
|
11 |
FILE_LIMIT_MB = 1000
|
12 |
|
|
|
6 |
from transformers import pipeline
|
7 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
8 |
|
9 |
+
MODEL_NAME = "jensenlwt/whisper-small-singlish-122k"
|
10 |
BATCH_SIZE = 8
|
11 |
FILE_LIMIT_MB = 1000
|
12 |
|