AudranB commited on
Commit
ccddd4b
·
verified ·
1 Parent(s): 3987a3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -162,7 +162,7 @@ asr_model.change_decoding_strategy(decoder_type="ctc")
162
  asr_model.transcribe([audio_path])
163
  ```
164
 
165
- It can also be used with the [LinTO STT API](https://github.com/linto-ai/linto-stt/blob/nemo_doc_improvements/nemo/README.md),
166
  an Automatic Speech Recognition (ASR) API that can function either as a standalone transcription service
167
  or be deployed within a microservices infrastructure using a message broker connector. It supports both offline and real-time transcription.
168
 
 
162
  asr_model.transcribe([audio_path])
163
  ```
164
 
165
+ It can also be used with the [LinTO STT API](https://github.com/linto-ai/linto-stt/tree/master/nemo),
166
  an Automatic Speech Recognition (ASR) API that can function either as a standalone transcription service
167
  or be deployed within a microservices infrastructure using a message broker connector. It supports both offline and real-time transcription.
168