Update README.md
Browse files
README.md
CHANGED
@@ -145,4 +145,13 @@ docker build -t Zonos .
|
|
145 |
docker run -it --gpus=all --net=host -v /path/to/Zonos:/Zonos -t Zonos
|
146 |
cd /Zonos
|
147 |
python sample.py # this will generate a sample.wav in /Zonos
|
148 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
docker run -it --gpus=all --net=host -v /path/to/Zonos:/Zonos -t Zonos
|
146 |
cd /Zonos
|
147 |
python sample.py # this will generate a sample.wav in /Zonos
|
148 |
+
```
|
149 |
+
|
150 |
+
## Citation
|
151 |
+
If you find this model useful in an academic context please cite as:
|
152 |
+
```bash
|
153 |
+
@misc{zyphra2025zonos,
|
154 |
+
title = {Zonos-v0.1: An Expressive, Open-Source TTS Model},
|
155 |
+
author = {Zyphra},
|
156 |
+
year = {2025},
|
157 |
+
}
|