Update my_model/KBVQA.py
Browse files- my_model/KBVQA.py +1 -1
my_model/KBVQA.py
CHANGED
@@ -259,7 +259,7 @@ def prepare_kbvqa_model(only_reload_detection_model: bool = False, force_reload:
|
|
259 |
pass
|
260 |
free_gpu_resources()
|
261 |
|
262 |
-
else: loading_message = 'Looading model.. this should take no more than
|
263 |
|
264 |
free_gpu_resources()
|
265 |
kbvqa = KBVQA()
|
|
|
259 |
pass
|
260 |
free_gpu_resources()
|
261 |
|
262 |
+
else: loading_message = 'Looading model.. this should take no more than 1 or 2 minutes!'
|
263 |
|
264 |
free_gpu_resources()
|
265 |
kbvqa = KBVQA()
|