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