format
Browse files
README.md
CHANGED
@@ -28,7 +28,13 @@ Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [AudioGen
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
<details>
|
34 |
<summary>
|
@@ -55,14 +61,7 @@ Flask `tmux-session`
|
|
55 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
|
56 |
```
|
57 |
|
58 |
-
#
|
59 |
-
|
60 |
-
```python
|
61 |
-
# saves demo.wav
|
62 |
-
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python demo.py
|
63 |
-
```
|
64 |
-
|
65 |
-
# Inference
|
66 |
|
67 |
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`.
|
68 |
|
|
|
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 |
|
39 |
<details>
|
40 |
<summary>
|
|
|
61 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
|
62 |
```
|
63 |
|
64 |
+
# Inference via API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
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`.
|
67 |
|