Fix outdated DeepgramSageMakerTTSService docstring example
This commit is contained in:
@@ -63,7 +63,9 @@ class DeepgramSageMakerTTSService(TTSService):
|
||||
tts = DeepgramSageMakerTTSService(
|
||||
endpoint_name="my-deepgram-tts-endpoint",
|
||||
region="us-east-2",
|
||||
voice="aura-2-helena-en",
|
||||
settings=DeepgramSageMakerTTSService.Settings(
|
||||
voice="aura-2-helena-en",
|
||||
)
|
||||
)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user