Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,6 @@ def get_model(name, repo, arch_type):
|
|
| 60 |
MODELS = {
|
| 61 |
"Soloba V3 (CTC)": ("RobotsMali/soloba-ctc-0.6b-v3", "ctc"),
|
| 62 |
"Soloni V3 (TDT-CTC)": ("RobotsMali/soloni-114m-tdt-ctc-v3", "hybrid"),
|
| 63 |
-
"Bambara v10 (CTC)": ("RobotsMali/bambara_asr_v10", "ctc"),
|
| 64 |
-
"Mali-Multi (CTC)": ("RobotsMali/malian_multilingual_asr_v1", "ctc"),
|
| 65 |
}
|
| 66 |
|
| 67 |
def pipeline(audio_in, model_name, progress=gr.Progress()):
|
|
|
|
| 60 |
MODELS = {
|
| 61 |
"Soloba V3 (CTC)": ("RobotsMali/soloba-ctc-0.6b-v3", "ctc"),
|
| 62 |
"Soloni V3 (TDT-CTC)": ("RobotsMali/soloni-114m-tdt-ctc-v3", "hybrid"),
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
|
| 65 |
def pipeline(audio_in, model_name, progress=gr.Progress()):
|