Spaces:
Running
on
Zero
Running
on
Zero
ahmed-masry
commited on
Commit
•
47f0faa
1
Parent(s):
9f9c2cc
Update processing_colflor.py
Browse files- processing_colflor.py +1 -1
processing_colflor.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import BatchFeature
|
|
6 |
|
7 |
from processing_florence2 import Florence2Processor
|
8 |
|
9 |
-
from
|
10 |
|
11 |
|
12 |
class ColFlorProcessor(BaseVisualRetrieverProcessor, Florence2Processor):
|
|
|
6 |
|
7 |
from processing_florence2 import Florence2Processor
|
8 |
|
9 |
+
from processing_utils import BaseVisualRetrieverProcessor
|
10 |
|
11 |
|
12 |
class ColFlorProcessor(BaseVisualRetrieverProcessor, Florence2Processor):
|