Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def load_tts_pipeline():
|
|
52 |
Returns:
|
53 |
Pipeline: Microsoft's SpeechT5 for high-quality speech synthesis
|
54 |
"""
|
55 |
-
return pipeline("text-to-speech", model="
|
56 |
|
57 |
|
58 |
# ======================
|
|
|
52 |
Returns:
|
53 |
Pipeline: Microsoft's SpeechT5 for high-quality speech synthesis
|
54 |
"""
|
55 |
+
return pipeline("text-to-speech", model="microsoft/speecht5_tts",use_fast=True)
|
56 |
|
57 |
|
58 |
# ======================
|