yuriyvnv commited on
Commit
0119f7b
1 Parent(s): 8d40f64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ It is recommended to evaluate the model's performance on diverse datasets to ide
62
 
63
  from transformers import pipeline
64
 
65
- model = pipeline("automatic-speech-recognition", model="my-north-ai/semantic_audio_filtering")
66
  result = model("path_to_audio_file.wav")
67
  print(result)
68
  ```
 
62
 
63
  from transformers import pipeline
64
 
65
+ model = pipeline("automatic-speech-recognition", model="my-north-ai/whisper-small-pt")
66
  result = model("path_to_audio_file.wav")
67
  print(result)
68
  ```