Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ Or check out our Spaces demo! [![Open in Spaces](https://huggingface.co/datasets
|
|
36 |
```python
|
37 |
from transformers import pipeline
|
38 |
from PIL import Image
|
39 |
-
import
|
40 |
|
41 |
model_id = "llava-hf/bakLlava-v1-hf"
|
42 |
pipe = pipeline("image-to-text", model=model_id)
|
|
|
36 |
```python
|
37 |
from transformers import pipeline
|
38 |
from PIL import Image
|
39 |
+
import requests
|
40 |
|
41 |
model_id = "llava-hf/bakLlava-v1-hf"
|
42 |
pipe = pipeline("image-to-text", model=model_id)
|