Skip to content

Commit bf0d301

Browse files
committed
revert back example changes
1 parent ae8c2d3 commit bf0d301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/speech_to_text_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Replace `API_KEY` with your SlasML API token. This example still runs without
44
# the API token but usage will be limited
55
API_KEY = "YOUR_API_KEY"
6-
API_KEY = None
6+
77
service_provider = SpeechToText.ServiceProvider.WHISPER
88
audio_filepath = "test.mp3"
99

examples/text_to_speech_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Replace `API_KEY` with your SlasML API token. This example still runs without
44
# the API token but usage will be limited
55
API_KEY = "YOUR_API_KEY"
6-
API_KEY = None
6+
77
service_provider = TextToSpeech.ServiceProvider.AWS
88
input_text = "To be or not to be, that is the question!"
99

0 commit comments

Comments
 (0)