Spaces:
Runtime error
Runtime error
rm tiny and small whisper models
Browse files- app/whisper.py +0 -8
app/whisper.py
CHANGED
@@ -12,14 +12,6 @@ from gpuinfo import GPUInfo
|
|
12 |
|
13 |
MODEL_NAME = "cahya/whisper-medium-id" # this always needs to stay in line 8 :D sorry for the hackiness
|
14 |
whisper_models = {
|
15 |
-
"Indonesian Whisper Tiny": {
|
16 |
-
"name": "cahya/whisper-tiny-id",
|
17 |
-
"pipe": None,
|
18 |
-
},
|
19 |
-
"Indonesian Whisper Small": {
|
20 |
-
"name": "cahya/whisper-small-id",
|
21 |
-
"pipe": None,
|
22 |
-
},
|
23 |
"Indonesian Whisper Medium": {
|
24 |
"name": "cahya/whisper-medium-id",
|
25 |
"pipe": None,
|
|
|
12 |
|
13 |
MODEL_NAME = "cahya/whisper-medium-id" # this always needs to stay in line 8 :D sorry for the hackiness
|
14 |
whisper_models = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"Indonesian Whisper Medium": {
|
16 |
"name": "cahya/whisper-medium-id",
|
17 |
"pipe": None,
|