gorkemgoknar
commited on
Commit
·
5bc1c3e
1
Parent(s):
751f75b
Remove unsupported parameter
Browse files
README.md
CHANGED
@@ -64,8 +64,8 @@ tts.tts_to_file(text="It took me quite a long time to develop a voice, and now t
|
|
64 |
tts.tts_to_file(text="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
|
65 |
file_path="output.wav",
|
66 |
speaker_wav="/path/to/target/speaker.wav",
|
67 |
-
language="en"
|
68 |
-
|
69 |
```
|
70 |
|
71 |
Using 🐸TTS Command line:
|
|
|
64 |
tts.tts_to_file(text="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
|
65 |
file_path="output.wav",
|
66 |
speaker_wav="/path/to/target/speaker.wav",
|
67 |
+
language="en"
|
68 |
+
)
|
69 |
```
|
70 |
|
71 |
Using 🐸TTS Command line:
|