Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from transformers import pipeline, WhisperProcessor, WhisperForConditionalGenera
|
|
4 |
# ζζε―ι樑ε
|
5 |
MODEL_OPTIONS = {
|
6 |
"Whisper Lao defualt":"LuoYiSULIXAY/whisper-lao-finetuned_laonlp",
|
|
|
7 |
"Whisper Lao v1": "LuoYiSULIXAY/whisper-lao-finetuned_1",
|
8 |
"Whisper Lao v2": "LuoYiSULIXAY/whisper-lao-finetuned_2",
|
9 |
"OpenAI Whisper Medium": "openai/whisper-medium",
|
|
|
4 |
# ζζε―ι樑ε
|
5 |
MODEL_OPTIONS = {
|
6 |
"Whisper Lao defualt":"LuoYiSULIXAY/whisper-lao-finetuned_laonlp",
|
7 |
+
"Whisper Lao update":"LuoYiSULIXAY/whisper-lao-finetuned_laonlp_2",
|
8 |
"Whisper Lao v1": "LuoYiSULIXAY/whisper-lao-finetuned_1",
|
9 |
"Whisper Lao v2": "LuoYiSULIXAY/whisper-lao-finetuned_2",
|
10 |
"OpenAI Whisper Medium": "openai/whisper-medium",
|