transiteration commited on
Commit
45d11fd
·
1 Parent(s): 23b4087

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,12 +43,12 @@ asr_model.transcribe(['sample_kz.wav'])
43
  ```
44
  #### How to Transcribe Multiple Audio Files
45
  ```
46
- python3 transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
47
  ```
48
 
49
  If you have a manifest file with your audio files:
50
  ```
51
- python3 transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo dataset_manifest=manifest.json
52
  ```
53
 
54
  ## Input and Output
 
43
  ```
44
  #### How to Transcribe Multiple Audio Files
45
  ```
46
+ python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
47
  ```
48
 
49
  If you have a manifest file with your audio files:
50
  ```
51
+ python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo dataset_manifest=manifest.json
52
  ```
53
 
54
  ## Input and Output