Update README.md
Browse files
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)
|