Update my_model/tabs/run_inference.py
Browse files
my_model/tabs/run_inference.py
CHANGED
@@ -305,5 +305,6 @@ class InferenceRunner(StateManager):
|
|
305 |
if self.is_model_loaded:
|
306 |
free_gpu_resources()
|
307 |
st.session_state['loading_in_progress'] = False
|
|
|
308 |
self.image_qa_app() # this is the main Q/A Application
|
309 |
|
|
|
305 |
if self.is_model_loaded:
|
306 |
free_gpu_resources()
|
307 |
st.session_state['loading_in_progress'] = False
|
308 |
+
self.update_prev_state()
|
309 |
self.image_qa_app() # this is the main Q/A Application
|
310 |
|