m7mdal7aj commited on
Commit
4c70c9c
1 Parent(s): 4a20789

Update my_model/KBVQA.py

Browse files
Files changed (1) hide show
  1. 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 = True) -> KBVQA:
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