Update my_model/KBVQA.py
Browse files- my_model/KBVQA.py +1 -1
my_model/KBVQA.py
CHANGED
@@ -257,7 +257,7 @@ class KBVQA:
|
|
257 |
|
258 |
return output_text.capitalize()
|
259 |
|
260 |
-
def prepare_kbvqa_model(only_reload_detection_model: bool = False, force_reload: bool =
|
261 |
"""
|
262 |
Prepares the KBVQA model for use, including loading necessary sub-models.
|
263 |
|
|
|
257 |
|
258 |
return output_text.capitalize()
|
259 |
|
260 |
+
def prepare_kbvqa_model(only_reload_detection_model: bool = False, force_reload: bool = False) -> KBVQA:
|
261 |
"""
|
262 |
Prepares the KBVQA model for use, including loading necessary sub-models.
|
263 |
|