tahirjm commited on
Commit
080b0ae
·
verified ·
1 Parent(s): c9f5e5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ pip install transformers torchaudio onnx onnxruntime onnxruntime-gpu
27
  ### **Inference Example**
28
  ```python
29
  from transformers import AutoModel
30
- import torchaudio
31
 
32
  # Load the model
33
  model = AutoModel.from_pretrained("ai4bharat/indic-conformer-600m-multilingual", trust_remote_code=True)
 
27
  ### **Inference Example**
28
  ```python
29
  from transformers import AutoModel
30
+ import torch, torchaudio
31
 
32
  # Load the model
33
  model = AutoModel.from_pretrained("ai4bharat/indic-conformer-600m-multilingual", trust_remote_code=True)