Adel-Moumen
commited on
Commit
•
a0508f3
1
Parent(s):
96060d0
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
46 |
### Perform Interpretable Classification on your own file
|
47 |
|
48 |
```python
|
49 |
-
from speechbrain.
|
50 |
import torchaudio
|
51 |
|
52 |
model = PIQAudioInterpreter.from_hparams(source="speechbrain/PIQ-ESC50", savedir='pretrained_models/PIQ-ESC50')
|
|
|
46 |
### Perform Interpretable Classification on your own file
|
47 |
|
48 |
```python
|
49 |
+
from speechbrain.inference.interpretability import PIQAudioInterpreter
|
50 |
import torchaudio
|
51 |
|
52 |
model = PIQAudioInterpreter.from_hparams(source="speechbrain/PIQ-ESC50", savedir='pretrained_models/PIQ-ESC50')
|