I have made an image detection model using teachable machine

I just started using app inventor and I have made an image detection model using teachable machine, but I do not know how to import the model on to app inventor.. Should I import the model as an URL and copy the URL onto web viewer component? Or import the model as a file on extensions? Or is there another easier way? Thank you very much

Hi @111518 Welcome to Community,
Which language does your model use?

I’m not sure but I think it is using javascript

If so then both methods will work, either upload it to a server or execute it from a file.
In both cases you will need a webviewer.