Spaces:
Sleeping
Sleeping
Update utils/models.py
Browse files- utils/models.py +2 -1
utils/models.py
CHANGED
@@ -10,7 +10,8 @@ from transformers import AutoModelForCausalLM, AutoProcessor
|
|
10 |
from utils.imports import fixed_get_imports
|
11 |
|
12 |
CHECKPOINTS = [
|
13 |
-
"microsoft/Florence-2-large-ft"
|
|
|
14 |
]
|
15 |
|
16 |
|
|
|
10 |
from utils.imports import fixed_get_imports
|
11 |
|
12 |
CHECKPOINTS = [
|
13 |
+
"microsoft/Florence-2-large-ft",
|
14 |
+
"microsoft/Florence-2-large"
|
15 |
]
|
16 |
|
17 |
|