Leaf classification

Hi Everyone,
I am working on the Leaf Classification Kaggle Problem!!
I am using the ImageDataBunch_from_df library to make the data but I am unable to process the test set using the same.
The data set has 3 folders.
Image Folder - It contains all the images with its name as {id}.jpg
Train.csv - It has an id column, the target column and many more features which I dont want to use for now.
Test.csv - Similiar as the train csv (Excluding the target column)

Since I am not using other features from the train csv, I made a dataframe with id and target
column and used ImageDataBunch_from_df.

But it is unable to read the test set for kaggle submission.

Can someone help me with this?