Update my_model/tabs/run_inference.py
Browse files
my_model/tabs/run_inference.py
CHANGED
|
@@ -11,7 +11,6 @@ from my_model.object_detection import detect_and_draw_objects
|
|
| 11 |
from my_model.captioner.image_captioning import get_caption
|
| 12 |
from my_model.gen_utilities import free_gpu_resources
|
| 13 |
from my_model.KBVQA import KBVQA, prepare_kbvqa_model
|
| 14 |
-
from my_model.utilities.st_utils import UIManager, StateManager
|
| 15 |
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
from my_model.captioner.image_captioning import get_caption
|
| 12 |
from my_model.gen_utilities import free_gpu_resources
|
| 13 |
from my_model.KBVQA import KBVQA, prepare_kbvqa_model
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
|