Spaces:
Running
Running
Update voice_of_the_doctor.py
Browse files- voice_of_the_doctor.py +2 -2
voice_of_the_doctor.py
CHANGED
|
@@ -28,7 +28,7 @@ def text_to_speech_with_elevenlabs_old_no_autoplay_functionality(input_text , ou
|
|
| 28 |
|
| 29 |
audio = client.text_to_speech.convert(
|
| 30 |
text = input_text,
|
| 31 |
-
voice_id = "
|
| 32 |
model_id = "eleven_turbo_v2",
|
| 33 |
output_format = "mp3_22050_32"
|
| 34 |
)
|
|
@@ -85,7 +85,7 @@ def text_to_speech_with_elevenlabs_new_autoplay(input_text , output_file):
|
|
| 85 |
|
| 86 |
audio = client.text_to_speech.convert(
|
| 87 |
text = input_text,
|
| 88 |
-
voice_id = "
|
| 89 |
model_id = "eleven_turbo_v2",
|
| 90 |
output_format = "mp3_22050_32"
|
| 91 |
)
|
|
|
|
| 28 |
|
| 29 |
audio = client.text_to_speech.convert(
|
| 30 |
text = input_text,
|
| 31 |
+
voice_id = "sunJnCSgZmOuefCgCWBd",
|
| 32 |
model_id = "eleven_turbo_v2",
|
| 33 |
output_format = "mp3_22050_32"
|
| 34 |
)
|
|
|
|
| 85 |
|
| 86 |
audio = client.text_to_speech.convert(
|
| 87 |
text = input_text,
|
| 88 |
+
voice_id = "sunJnCSgZmOuefCgCWBd",
|
| 89 |
model_id = "eleven_turbo_v2",
|
| 90 |
output_format = "mp3_22050_32"
|
| 91 |
)
|