Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ interests you.
|
|
34 |
|
35 |
Here is how to use this model to get the features of a given text in PyTorch:
|
36 |
```python
|
37 |
-
from transformers import BridgeTowerProcessor,
|
38 |
import requests
|
39 |
from PIL import Image
|
40 |
|
|
|
34 |
|
35 |
Here is how to use this model to get the features of a given text in PyTorch:
|
36 |
```python
|
37 |
+
from transformers import BridgeTowerProcessor, BridgeTowerForModel
|
38 |
import requests
|
39 |
from PIL import Image
|
40 |
|