m7mdal7aj commited on
Commit
bb9ebd1
1 Parent(s): 78c10a6

Update my_model/tabs/run_inference.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/run_inference.py +1 -0
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