Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ pip install hezar
|
|
26 |
```python
|
27 |
from hezar.models import Model
|
28 |
|
29 |
-
crnn = Model.load("hezarai/crnn-base-fa-
|
30 |
texts = crnn.predict(["sample_image.jpg"])
|
31 |
print(texts)
|
32 |
```
|
|
|
26 |
```python
|
27 |
from hezar.models import Model
|
28 |
|
29 |
+
crnn = Model.load("hezarai/crnn-base-fa-v1")
|
30 |
texts = crnn.predict(["sample_image.jpg"])
|
31 |
print(texts)
|
32 |
```
|