Skip to content

Commit

Permalink
Update text-to-speech.md (huggingface#31269)
Browse files Browse the repository at this point in the history
SpeechBrain usage has changed
  • Loading branch information
jaguaryang authored Jun 6, 2024
1 parent 3b4d3d0 commit a3d351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/text-to-speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ containing the corresponding speaker embedding.
```py
>>> import os
>>> import torch
>>> from speechbrain.pretrained import EncoderClassifier
>>> from speechbrain.inference.classifiers import EncoderClassifier

>>> spk_model_name = "speechbrain/spkrec-xvect-voxceleb"

Expand Down

0 comments on commit a3d351c

Please sign in to comment.