arxyzan commited on
Commit
40b1476
1 Parent(s): 1fb97f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ A TrOCR model for Persian. This is just a preview to verify the model works in H
11
 
12
  #### Example
13
  ```python
14
- from hezar import Model
15
 
16
  model = Model.load("trocr-base-fa-v1")
17
  text = model.predict(["image.jpg"])
 
11
 
12
  #### Example
13
  ```python
14
+ from hezar.models import Model
15
 
16
  model = Model.load("trocr-base-fa-v1")
17
  text = model.predict(["image.jpg"])