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