We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8c2d3 commit bf0d301Copy full SHA for bf0d301
examples/speech_to_text_sync.py
@@ -3,7 +3,7 @@
3
# Replace `API_KEY` with your SlasML API token. This example still runs without
4
# the API token but usage will be limited
5
API_KEY = "YOUR_API_KEY"
6
-API_KEY = None
+
7
service_provider = SpeechToText.ServiceProvider.WHISPER
8
audio_filepath = "test.mp3"
9
examples/text_to_speech_sync.py
service_provider = TextToSpeech.ServiceProvider.AWS
input_text = "To be or not to be, that is the question!"
0 commit comments