kimihailv commited on
Commit
c54af59
1 Parent(s): c1fc197

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ To load the model:
51
  ```python
52
  import uform
53
 
54
- model = uform.get_model('unum-cloud/uform-vl-english-small')
55
  ```
56
 
57
  To encode data:
 
51
  ```python
52
  import uform
53
 
54
+ model, processor = uform.get_model('unum-cloud/uform-vl-english-small')
55
  ```
56
 
57
  To encode data: