Dionyssos commited on
Commit
eb2f44b
·
1 Parent(s): f39802c
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -21,13 +21,13 @@ tags:
21
 
22
  # Affective TTS / Soundscape
23
 
24
- Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [AudioGen soundscapes](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3).
25
  - [Analysis of emotions of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
26
- - [Listen foreign languages](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
27
 
28
  ## Available Voices
29
 
30
- <a href="https://audeering.github.io/shift/">Listen to English available voices!</a>
31
 
32
  <a href="https://huggingface.co/dkounadis/artificial-styletts2/blob/main/Utils/all_langs.csv">Foreign languages</a>
33
 
@@ -52,16 +52,18 @@ cd artificial-styletts2/
52
  pip install -r requirements.txt
53
  ```
54
 
55
- Flask API - start on a `tmux-session`
56
 
57
  ```
58
  CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
59
  ```
60
 
61
- Inference
62
 
63
  Following examples need `api.py` to be running. [Set this IP](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/tts.py#L85) to the IP shown when starting `api.py`.
64
 
 
 
65
  </details>
66
 
67
 
 
21
 
22
  # Affective TTS / Soundscape
23
 
24
+ Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [AudioGen soundscapes](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
25
  - [Analysis of emotions of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
26
+ - [Listen also foreign languages](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
27
 
28
  ## Available Voices
29
 
30
+ <a href="https://audeering.github.io/shift/">Listen to available voices!</a>
31
 
32
  <a href="https://huggingface.co/dkounadis/artificial-styletts2/blob/main/Utils/all_langs.csv">Foreign languages</a>
33
 
 
52
  pip install -r requirements.txt
53
  ```
54
 
55
+ Flask `tmux-session`
56
 
57
  ```
58
  CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
59
  ```
60
 
61
+ # Inference
62
 
63
  Following examples need `api.py` to be running. [Set this IP](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/tts.py#L85) to the IP shown when starting `api.py`.
64
 
65
+ ##
66
+
67
  </details>
68
 
69