mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix typo
This commit is contained in:
@@ -225,7 +225,7 @@ tts = TTS("tts_models/de/thorsten/tacotron2-DDC")
|
||||
tts.tts_with_vc_to_file(
|
||||
"Wie sage ich auf Italienisch, dass ich dich liebe?",
|
||||
speaker_wav="target/speaker.wav",
|
||||
file_path="ouptut.wav"
|
||||
file_path="output.wav"
|
||||
)
|
||||
|
||||
# Example text to speech using [🐸Coqui Studio](https://coqui.ai) models.
|
||||
@@ -255,7 +255,7 @@ api = TTS("tts_models/deu/fairseq/vits")
|
||||
api.tts_with_vc_to_file(
|
||||
"Wie sage ich auf Italienisch, dass ich dich liebe?",
|
||||
speaker_wav="target/speaker.wav",
|
||||
file_path="ouptut.wav"
|
||||
file_path="output.wav"
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user