Load model from different folder in app.py in hugging face space

I am trying to load the models I saved in different folder in a hugging face space and I am trying to access those models in my app.py file in space but I got the following issue :

Can anyone help me with it ?
My folder SeamlessExpressive is out of the app.py file.

Hi,

Some ways to resolve this, is by 1) printing out the files that you get from os.listdir(folder_path) 2) adding a slash to the folder name