BerenMillidge commited on
Commit
b97b525
·
verified ·
1 Parent(s): ad7ba13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
+ }