Update app.py
Browse files
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="
|
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={
|