Etherll commited on
Commit
4ea97e0
·
verified ·
1 Parent(s): fb9c8a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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)