Feature Extraction
Transformers
Safetensors
diva
custom_code
WillHeld commited on
Commit
3999209
·
verified ·
1 Parent(s): 3a66cfa

Update README.md

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