eolang commited on
Commit
ab815fa
·
verified ·
1 Parent(s): c69a0b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def synthesize(input_text):
112
  ### Custom/Tunned Whisper
113
  tuned_pipeline = pipeline(
114
  "automatic-speech-recognition",
115
- model="eolang/whisper-small-sw-WER-13-zindi",
116
  device = device,
117
  return_timestamps=True,
118
  generate_kwargs={
 
112
  ### Custom/Tunned Whisper
113
  tuned_pipeline = pipeline(
114
  "automatic-speech-recognition",
115
+ model="Jacaranda-Health/ASR-STT",
116
  device = device,
117
  return_timestamps=True,
118
  generate_kwargs={