m7mdal7aj commited on
Commit
4fb3d15
1 Parent(s): e02b62e

Update my_model/state_manager.py

Browse files
Files changed (1) hide show
  1. my_model/state_manager.py +1 -1
my_model/state_manager.py CHANGED
@@ -260,7 +260,7 @@ class StateManager:
260
  else:
261
  return False # No changes found
262
 
263
- def get_model(self) -> KBVQA.kbvqa_model:
264
  """
265
  Retrieves the KBVQA model from the session state.
266
 
 
260
  else:
261
  return False # No changes found
262
 
263
+ def get_model(self) -> kbvqa:
264
  """
265
  Retrieves the KBVQA model from the session state.
266