Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ This is an end-to-end Voice Assistant Model which can handle speech and text as
|
|
13 |
See the model in action at [diva-audio.github.io](https://diva-audio.github.io).
|
14 |
|
15 |
### Inference Example
|
16 |
-
```
|
17 |
from transformers import AutoModel
|
18 |
import librosa
|
19 |
import wget
|
|
|
13 |
See the model in action at [diva-audio.github.io](https://diva-audio.github.io).
|
14 |
|
15 |
### Inference Example
|
16 |
+
```python
|
17 |
from transformers import AutoModel
|
18 |
import librosa
|
19 |
import wget
|