What I’m trying to do:
Publish an run my web application based on dog vs cat machine learning classification algorithm. I get an error on my front end/client code.
What I’ve tried and what’s not working:
I tried to restart the deepnote code and compare it to reeal version. Everything seems similar. However, soon as I run it I get an error message as shown below:
Code Sample:
Warning: DoupView.form_show does not exist. Trying to set the ‘show’ event of self from DoupView.
anvil.server.NoServerFunctionError: No server function matching “classify_image” has been registered at [DoupView, line 14](javascript:void(0))
# this is a formatted code snippet.
score, classification = anvil.server.call('classify_image', file)
# paste your code between ```
Clone link:
share a copy of your app