jmd-pintor commited on
Commit
670d9ee
·
verified ·
1 Parent(s): 0b98467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def convert_text_to_speech(text):
42
  # Speech To Text
43
  # TODO: Replace with whisper-large-v3 once deployed
44
  pipe = pipeline("automatic-speech-recognition",
45
- "openai/whisper-tiny",
46
  torch_dtype=torch.float16)
47
 
48
  # # Text to Speech
 
42
  # Speech To Text
43
  # TODO: Replace with whisper-large-v3 once deployed
44
  pipe = pipeline("automatic-speech-recognition",
45
+ "openai/whisper-large-v3",
46
  torch_dtype=torch.float16)
47
 
48
  # # Text to Speech