Feature Extraction
Transformers
clip
vision
Inference Endpoints
kimihailv commited on
Commit
8883a9e
1 Parent(s): c8b3cdd

Update README.md

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