arxyzan commited on
Commit
bf0b1a7
1 Parent(s): 321898c

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/gpt2-fa .
21
  pip install hezar
22
  ```
23
  ```python
24
- from hezar import Model
25
 
26
  model = Model.load("hezarai/vit-gpt2-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-gpt2-fa-image-captioning-flickr30k")
27
  captions = model.predict("example_image.jpg")