arxyzan commited on
Commit
7f5a277
1 Parent(s): 2a28b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ from https://huggingface.co/HooshvareLab/roberta-fa-zwnj-base .
21
  pip install hezar
22
  ```
23
  ```python
24
- from hezar import Model
25
 
26
  model = Model.load("hezarai/vit-roberta-fa-image-captioning-flickr30k")
27
  captions = model.predict("example_image.jpg")
 
21
  pip install hezar
22
  ```
23
  ```python
24
+ from hezar.models import Model
25
 
26
  model = Model.load("hezarai/vit-roberta-fa-image-captioning-flickr30k")
27
  captions = model.predict("example_image.jpg")