Update README.md
Browse files
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-
|
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)
|