Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ pip install hezar
|
|
17 |
```python
|
18 |
from hezar import Model
|
19 |
|
20 |
-
model = Model.load("hezarai/vit-
|
21 |
captions = model.predict("example_image.jpg")
|
22 |
print(captions)
|
23 |
```
|
|
|
17 |
```python
|
18 |
from hezar import Model
|
19 |
|
20 |
+
model = Model.load("hezarai/vit-roberta-fa-image-captioning-flickr30k")
|
21 |
captions = model.predict("example_image.jpg")
|
22 |
print(captions)
|
23 |
```
|