Swift Playgrounds importing CoreML Model

How would someone go about importing a CoreML Model on the Swift Playgrounds app on Mac (Not Xcode playgrounds)
Instead of adding a mlmodel file directly, you may need a compiled file with ".mlmodelc" to make it work.
You can find more infomation here.
I tried to run my ML model code in a Xcode project, and i got a compiled file with ".mlmodelc" extension.
Bring this ".mlmodelc" file to my playgroundbook file works fine!

🦁️🦁️🦁️🦁️🦁️ Hope this will help you!
Swift Playgrounds importing CoreML Model
 
 
Q