Skip to content

Commit

Permalink
MMS TTS Colab Notebook (#5165)
Browse files Browse the repository at this point in the history
* Add TTS Colab notebook


---------

Co-authored-by: Bowen Shi <bshi@meta.com>
  • Loading branch information
chevalierNoir and Bowen Shi committed May 26, 2023
1 parent b309803 commit ae59bd6
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/mms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ $ PYTHONPATH=$PYTHONPATH:/path/to/vits python examples/mms/tts/infer.py --model-
```
`example.wav` contains synthesized audio for the language.

We also provide an Ipython notebook example inside `tts/tutorial` folder [ipynb](https://github.com/facebookresearch/fairseq/blob/main/examples/mms/tts/tutorial/MMS_TTS_Inference_Colab.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/fairseq/blob/main/examples/mms/tts/tutorial/MMS_TTS_Inference_Colab.ipynb)


### LID

Expand Down

0 comments on commit ae59bd6

Please sign in to comment.