Update README.md
Browse files
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-
|
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
|