hackergeek98 commited on
Commit
d487644
·
verified ·
1 Parent(s): 4f15486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ tags:
25
  from google.colab import files
26
 
27
  # Load the model and processor
28
- model_id = "hackergeek98/whisper-fa-tinyyy"
29
  device = "cuda" if torch.cuda.is_available() else "cpu"
30
 
31
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)
 
25
  from google.colab import files
26
 
27
  # Load the model and processor
28
+ model_id = "hackergeek98/whisper-persian-turbooo"
29
  device = "cuda" if torch.cuda.is_available() else "cpu"
30
 
31
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)