try html yt
Browse files
README.md
CHANGED
@@ -35,13 +35,10 @@ tags:
|
|
35 |
|
36 |
```
|
37 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
38 |
-
```
|
39 |
-
Python Environment
|
40 |
|
41 |
-
```
|
42 |
virtualenv --python=python3 ~/.envs/.my_env
|
43 |
source ~/.envs/.my_env/bin/activate
|
44 |
-
cd
|
45 |
pip install -r requirements.txt
|
46 |
```
|
47 |
|
@@ -62,6 +59,9 @@ python landscape2soundscape.py
|
|
62 |
|
63 |
# Videos / Examples
|
64 |
|
|
|
|
|
|
|
65 |
|
66 |
Video where Native voice is replaced with English TTS voice
|
67 |
|
|
|
35 |
|
36 |
```
|
37 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
|
|
|
|
38 |
|
|
|
39 |
virtualenv --python=python3 ~/.envs/.my_env
|
40 |
source ~/.envs/.my_env/bin/activate
|
41 |
+
cd artificial-styletts2/
|
42 |
pip install -r requirements.txt
|
43 |
```
|
44 |
|
|
|
59 |
|
60 |
# Videos / Examples
|
61 |
|
62 |
+
<iframe width="420" height="315"
|
63 |
+
src="https://youtu.be/wWC8DpOKVvQ">
|
64 |
+
</iframe>
|
65 |
|
66 |
Video where Native voice is replaced with English TTS voice
|
67 |
|