Dionyssos commited on
Commit
2bf7855
·
1 Parent(s): c86304f
Files changed (1) hide show
  1. README.md +3 -7
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 TTS Voices
28
 
29
- <a href="https://audeering.github.io/shift/">Listen to available voices!</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) saves `demo.wav`
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