I was exploring the amazing model you have made but found a issue in the predict function inside IndicLID.py file where you are calling the self.batch_predict(input_list, 1) and in that batch_predict you are returning the prediction but in predict you are not returning the output got from the self.batch_predict(input_list, 1) function.
I was exploring the amazing model you have made but found a issue in the predict function inside IndicLID.py file where you are calling the self.batch_predict(input_list, 1) and in that batch_predict you are returning the prediction but in predict you are not returning the output got from the self.batch_predict(input_list, 1) function.