Views
No views yet
transformers library:1from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
2
3# Load the model and processor
4processor = AutoProcessor.from_pretrained("Abdul145/whisper-medium-urdu-custom")
5model = AutoModelForSpeechSeq2Seq.from_pretrained("Abdul145/whisper-medium-urdu-custom")