ksingla025 commited on
Commit
7359006
·
verified ·
1 Parent(s): ba695fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ pip install nemo_toolkit['all']
42
  import nemo.collections.asr as nemo_asr
43
 
44
  # Step 1: Load the ASR model from Hugging Face
45
- model_name = 'WhissleAI/speech-tagger_en_slurp-iot'
46
  asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
47
 
48
  # Step 2: Provide the path to your audio file
 
42
  import nemo.collections.asr as nemo_asr
43
 
44
  # Step 1: Load the ASR model from Hugging Face
45
+ model_name = 'WhissleAI/speech-tagger_en_ner-emotion'
46
  asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
47
 
48
  # Step 2: Provide the path to your audio file