Spaces:
Sleeping
Sleeping
Commit ·
b05c0b3
1
Parent(s): 8d18e6b
up
Browse files- run_demo_multi_models.py +0 -4
run_demo_multi_models.py
CHANGED
|
@@ -14,10 +14,6 @@ disable_progress_bar()
|
|
| 14 |
DEFAULT_MODEL_NAME = "bofenghuang/whisper-medium-cv11-german-punct"
|
| 15 |
# make sure no OOM
|
| 16 |
MODEL_NAMES = [
|
| 17 |
-
# "openai/whisper-small",
|
| 18 |
-
# "openai/whisper-medium",
|
| 19 |
-
# "openai/whisper-large-v2",
|
| 20 |
-
# "bofenghuang/whisper-small-cv11-german-punct",
|
| 21 |
"bofenghuang/whisper-medium-cv11-german-punct",
|
| 22 |
"bofenghuang/whisper-large-v2-cv11-german-punct",
|
| 23 |
]
|
|
|
|
| 14 |
DEFAULT_MODEL_NAME = "bofenghuang/whisper-medium-cv11-german-punct"
|
| 15 |
# make sure no OOM
|
| 16 |
MODEL_NAMES = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"bofenghuang/whisper-medium-cv11-german-punct",
|
| 18 |
"bofenghuang/whisper-large-v2-cv11-german-punct",
|
| 19 |
]
|