ArthurZ HF staff commited on
Commit
d169786
1 Parent(s): 57f96c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 request
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)