svp19 commited on
Commit
f63f96d
·
1 Parent(s): 03a65c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ from transformers import AutoModel
29
  import numpy as np
30
  import soundfile as sf
31
 
32
- # Load INF5 from Hugging Face
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