arxyzan commited on
Commit
afa05ca
1 Parent(s): 662779f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")