fx README
Browse files
README.md
CHANGED
@@ -24,15 +24,11 @@ Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [AudioGen
|
|
24 |
- [Analysis of emotions of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
25 |
- [Listen also foreign languages](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
|
26 |
|
27 |
-
## Available
|
28 |
|
29 |
-
<a href="https://audeering.github.io/shift/">Listen to available voices!</a>
|
30 |
|
31 |
-
[TTS Demo](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/demo.py)
|
32 |
-
|
33 |
-
```python
|
34 |
-
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python demo.py
|
35 |
-
```
|
36 |
|
37 |
## API
|
38 |
|
|
|
24 |
- [Analysis of emotions of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
25 |
- [Listen also foreign languages](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
|
26 |
|
27 |
+
## Available Voices
|
28 |
|
29 |
+
<a href="https://audeering.github.io/shift/">Listen to available voices!</a> / <a href="https://huggingface.co/dkounadis/artificial-styletts2/discussions/3#6781475153cd2d16be51b743">Non-native accents!</a> / <a href="https://huggingface.co/dkounadis/artificial-styletts2/blob/main/Utils/all_langs.csv">Foreign languages</a>
|
30 |
|
31 |
+
[TTS Demo](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/demo.py) save `demo.wav`
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## API
|
34 |
|