Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ You can run a prediction by querying an input image together with a question as
|
|
24 |
|
25 |
```python
|
26 |
from transformers import Pix2StructProcessor, Pix2StructForConditionalGeneration
|
27 |
-
import requests
|
28 |
from PIL import Image
|
29 |
|
30 |
processor = Pix2StructProcessor.from_pretrained('nuua/Ko-Deplot')
|
|
|
24 |
|
25 |
```python
|
26 |
from transformers import Pix2StructProcessor, Pix2StructForConditionalGeneration
|
|
|
27 |
from PIL import Image
|
28 |
|
29 |
processor = Pix2StructProcessor.from_pretrained('nuua/Ko-Deplot')
|