Use a model from 'teachable' from Google to my app?

I am trying to make an image recognition application on the app inventor, for which I have to upload a model which I have already made on 'teachable'. Could you please tell me how to do that?

Thanks in advance

Perhaps these links will help https://community.appinventor.mit.edu/search?q=personal%20image using the MIT personal image classifier (not this Google option https://teachablemachine.withgoogle.com/ ).

You might get a more specific response if you share more information about you 'teachable' project.
This might help Video: Export your model

You may have to view the project using a WebViewer to view an exported web page. Have you exported a .js file? Embed that in an HTML file and add the HTML to your App's media. Use a Web View component to display it.

Yes, you can either deploy to a server and use the Web component to make requests or you can use the model in a webview.