Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ Whisper (small) model finetuned on Common Voice by Hezar AI.
|
|
16 |
pip install hezar
|
17 |
```
|
18 |
```python
|
19 |
-
from hezar import Model
|
20 |
|
21 |
whisper = Model.load("hezarai/whisper-small-fa")
|
22 |
transcripts = whisper.predict("speech_example.mp3")
|
|
|
16 |
pip install hezar
|
17 |
```
|
18 |
```python
|
19 |
+
from hezar.models import Model
|
20 |
|
21 |
whisper = Model.load("hezarai/whisper-small-fa")
|
22 |
transcripts = whisper.predict("speech_example.mp3")
|