Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,6 @@ pip install transformers torch
|
|
47 |
```python
|
48 |
from transformers import pipeline
|
49 |
|
50 |
-
# Replace "Etherll/NoisySpeechDetection-v0.2" with the actual model path
|
51 |
classifier = pipeline("audio-classification", model="Etherll/NoisySpeechDetection-v0.2")
|
52 |
|
53 |
# Classify a local audio file (must be a WAV or other supported format)
|
|
|
47 |
```python
|
48 |
from transformers import pipeline
|
49 |
|
|
|
50 |
classifier = pipeline("audio-classification", model="Etherll/NoisySpeechDetection-v0.2")
|
51 |
|
52 |
# Classify a local audio file (must be a WAV or other supported format)
|