arxyzan commited on
Commit
039ce81
1 Parent(s): a51bbf9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pip install hezar
17
  ```python
18
  from hezar import Model
19
 
20
- model = Model.load("hezarai/vit-gpt2-fa-image-captioning-flickr30k")
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
  ```