Spaces:
Sleeping
Sleeping
Update my_model/KBVQA.py
Browse files- 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
|
| 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
|