Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ from transformers import AutoModel
|
|
| 29 |
import numpy as np
|
| 30 |
import soundfile as sf
|
| 31 |
|
| 32 |
-
# Load
|
| 33 |
repo_id = "ai4bharat/IndicF5"
|
| 34 |
model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)
|
| 35 |
|
|
|
|
| 29 |
import numpy as np
|
| 30 |
import soundfile as sf
|
| 31 |
|
| 32 |
+
# Load IndicF5 from Hugging Face
|
| 33 |
repo_id = "ai4bharat/IndicF5"
|
| 34 |
model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)
|
| 35 |
|