Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ A TrOCR model for Persian (V2)
|
|
11 |
|
12 |
#### Example
|
13 |
```python
|
14 |
-
from hezar import Model
|
15 |
|
16 |
model = Model.load("hezarai/trocr-base-fa-v2")
|
17 |
text = model.predict(["image.jpg"])
|
|
|
11 |
|
12 |
#### Example
|
13 |
```python
|
14 |
+
from hezar.models import Model
|
15 |
|
16 |
model = Model.load("hezarai/trocr-base-fa-v2")
|
17 |
text = model.predict(["image.jpg"])
|