arxyzan commited on
Commit
34afc66
1 Parent(s): 4805763

Update README.md

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