Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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
|