hriteshMaikap commited on
Commit
16bc4c2
·
verified ·
1 Parent(s): 63a6d78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ import json
41
  from transformers import pipeline
42
 
43
  # Load the model
44
- pipe = pipeline("audio-classification", model="prithvirajjadhav2266/indian-language-identifier")
45
 
46
  # Or use it directly
47
  waveform, sample_rate = torchaudio.load("path/to/audio.wav")
 
41
  from transformers import pipeline
42
 
43
  # Load the model
44
+ pipe = pipeline("audio-classification", model="hriteshMaikap/languageClassifier")
45
 
46
  # Or use it directly
47
  waveform, sample_rate = torchaudio.load("path/to/audio.wav")