remove the "s" from "model = models"
#1
by
MedAdh42 - opened
The pretrained model is assigned in the variable model (ligne 59), hence to pass the model to the pipline (ligne 63) use "model = models"
The pretrained model is assigned in the variable model (ligne 59), hence to pass the model to the pipline (ligne 63) use "model = models"