m7mdal7aj commited on
Commit
64de28a
1 Parent(s): f958c4b

Update my_model/KBVQA.py

Browse files
Files changed (1) hide show
  1. my_model/KBVQA.py +1 -1
my_model/KBVQA.py CHANGED
@@ -12,7 +12,7 @@ import my_model.config.kbvqa_config as config
12
 
13
 
14
 
15
- class KBVQA(StateManager):
16
  """
17
  The KBVQA class encapsulates the functionality for the Knowledge-Based Visual Question Answering (KBVQA) model.
18
  It integrates various components such as an image captioning model, object detection model, and a fine-tuned
 
12
 
13
 
14
 
15
+ class KBVQA:
16
  """
17
  The KBVQA class encapsulates the functionality for the Knowledge-Based Visual Question Answering (KBVQA) model.
18
  It integrates various components such as an image captioning model, object detection model, and a fine-tuned