apurvagup commited on
Commit
6d6eb49
·
verified ·
1 Parent(s): 8121bd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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/cmeraki/indri.git
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/cmeraki/indri}},
149
- email = {compute@merakilabs.com}
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, [email protected]}
150
  }
151
  ```
152