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

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:
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