SujithPulikodan
commited on
Commit
•
8d98603
1
Parent(s):
938b0d1
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ from transformers import WhisperForConditionalGeneration, WhisperProcessor, Whis
|
|
13 |
import soundfile as sf
|
14 |
|
15 |
|
16 |
-
model="ARTPARK-IISc/whisper-small-vaani-
|
17 |
|
18 |
# Load tokenizer and feature extractor individually
|
19 |
feature_extractor = WhisperFeatureExtractor.from_pretrained(model)
|
|
|
13 |
import soundfile as sf
|
14 |
|
15 |
|
16 |
+
model="ARTPARK-IISc/whisper-small-vaani-tulu"
|
17 |
|
18 |
# Load tokenizer and feature extractor individually
|
19 |
feature_extractor = WhisperFeatureExtractor.from_pretrained(model)
|