Hi -
Trying to use Lobe in a canvas Power App to test capabilities. Built Power App and am getting the following error when I try and use the Exported Lobe Model - "The request was not sent or there was no response from the server - check your internet connection"
Lobe model was exported fine to environment and I added to the app but am getting this error when I try and run the following
'Drink Model'.Predict(VarBase64).Prediction
where 'Drink Model' is the name of the Lobe model and 'VarBase64' is a base64 image file.
Any ideas? Obviously my internet is working or I could not be building a power app in the studio 🙂
Thx
I got it.. was referencing my image incorrectly...
Disregard
I downloaded the Mask sample app posted in the Power Apps gallery and got it to work with my model (drinking water) so I will study the difference and post what I find. I think the error message was a result of my lame attempt :).
That sample app uses the .Classification and not the .Predict as I was using