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