teachable machine continuous image classification - create infinite loop

Hi, I'm making an object detection app and I have trained a model and used the teachable machine extension
The model works perfectly fine, however it can only classify 1 image each time and I have to press the 'start' button non stop. So I wanna create an infinite loop so it ca classify images non stop and i dont have to press the button manually
I tried using a procedure and a clock but both methods failed, what can I do? Thanks

Use loop @111518