Trouble loading keras_model.h5 in my project

In my gesture recognition project, after i gave lines

model_path = ‘models//keras_model.h5’

labels_path = ‘models//labels.txt’

model = keras.models.load_model(model_path)

classifier = Classifier(“model_path”, “labels_path”)

im facing issues with that keras_models.h5 file in vs code while executing my test.py code. Pls someone help me in this as i have my final year project viva in a week. For ur reference i’ll share the github link frm where i took my code for project–> GitHub - PriyanshChhabra0316/Sign-Language-detection

pls if u find the solution tell me ways to correct the test.py code.