Peter the probable reason for that grade error is because you are recalling the inputs for the code line
Create the complete model by using the Model class
with incorrect code, you need use the pre_trained_model(which you did correctly) but you are suppose to use only input not inputs when you recall that model class, it should inputs=pre_trained_model.input
@derekdai77 see the comment here, you have done same mistake as this learner, you suppose to only use input to the pre_trained.model but you have used inputs