Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Use the code below to get started with the model.
|
|
37 |
import torch
|
38 |
import requests
|
39 |
from PIL import Image
|
40 |
-
from transformers import AutoProcessor, Florence2ForConditionalGeneration
|
41 |
|
42 |
|
43 |
model = Florence2ForConditionalGeneration.from_pretrained(
|
|
|
37 |
import torch
|
38 |
import requests
|
39 |
from PIL import Image
|
40 |
+
from transformers import AutoProcessor, Florence2ForConditionalGeneration
|
41 |
|
42 |
|
43 |
model = Florence2ForConditionalGeneration.from_pretrained(
|