Adel-Moumen
commited on
Commit
•
f9fd4bc
1
Parent(s):
83ebf07
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
62 |
### Perform Speech Emotion Diarization
|
63 |
|
64 |
```python
|
65 |
-
from speechbrain.
|
66 |
classifier = Speech_Emotion_Diarization.from_hparams(
|
67 |
source="speechbrain/emotion-diarization-wavlm-large"
|
68 |
)
|
|
|
62 |
### Perform Speech Emotion Diarization
|
63 |
|
64 |
```python
|
65 |
+
from speechbrain.inference.diarization import Speech_Emotion_Diarization
|
66 |
classifier = Speech_Emotion_Diarization.from_hparams(
|
67 |
source="speechbrain/emotion-diarization-wavlm-large"
|
68 |
)
|