Update README.md
Browse files
README.md
CHANGED
|
@@ -122,7 +122,7 @@ torchaudio.save('output.wav', output[0]['audio'][0], sample_rate=24000)
|
|
| 122 |
### Self hosted service
|
| 123 |
|
| 124 |
```bash
|
| 125 |
-
git clone https://github.com/
|
| 126 |
cd indri
|
| 127 |
pip install -r requirements.txt
|
| 128 |
|
|
@@ -145,8 +145,8 @@ If you use this model in your research, please cite:
|
|
| 145 |
year = {2024},
|
| 146 |
publisher = {GitHub},
|
| 147 |
journal = {GitHub Repository},
|
| 148 |
-
howpublished = {\url{https://github.com/
|
| 149 |
-
email = {
|
| 150 |
}
|
| 151 |
```
|
| 152 |
|
|
|
|
| 122 |
### Self hosted service
|
| 123 |
|
| 124 |
```bash
|
| 125 |
+
git clone https://github.com/indri-voice/indri.git
|
| 126 |
cd indri
|
| 127 |
pip install -r requirements.txt
|
| 128 |
|
|
|
|
| 145 |
year = {2024},
|
| 146 |
publisher = {GitHub},
|
| 147 |
journal = {GitHub Repository},
|
| 148 |
+
howpublished = {\url{https://github.com/indri-voice/indri}},
|
| 149 |
+
email = {apurvagup@gmail.com, romit.73@gmail.com}
|
| 150 |
}
|
| 151 |
```
|
| 152 |
|