Is it possible to use Create ML App for testing existing mlmodels?

Is it possible to test mlmodels that was created earlier with Create ML Playgrounds with new Create ML App?

Replies

In Xcode 12, Xcode Playgrounds supports adding CoreML models as playground resources so you can use it directly in your playground. Also in Xcode 12, CoreML models support a model preview where you can test how your model is working. Click on your model in your Xcode project or double click on your model from Finder to bring up the model view. If your model supports previewing, a Preview tab will be available.