@Himanshu Kumar Thanks, create the model file in the working directory and uploaded it to the run using upload_file and then register the model.
Here is the document to deploy and test service and link to troubleshooting.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
core.js:4442 ERROR Error: Uncaught (in promise): Error: Mtcnn - load model before inference
Error: Mtcnn - load model before inference
at Mtcnn.<anonymous> (Mtcnn.js:49)
at step (tslib.es6.js:100)
at Object.next (tslib.es6.js:81)
at tslib.es6.js:74
at new ZoneAwarePromise (zone-evergreen.js:960)
at __awaiter (tslib.es6.js:70)
at Mtcnn.push./HfR.Mtcnn.forwardInput (Mtcnn.js:42)
at Mtcnn.<anonymous> (Mtcnn.js:119)
at step (tslib.es6.js:100)
at Object.next (tslib.es6.js:81)
at resolvePromise (zone-evergreen.js:798)
at zone-evergreen.js:705
at rejected (tslib.es6.js:72)
at ZoneDelegate.invoke (zone-evergreen.js:364)
at Object.onInvoke (core.js:27545)
at ZoneDelegate.invoke (zone-evergreen.js:363)
at Zone.run (zone-evergreen.js:123)
at zone-evergreen.js:857
at ZoneDelegate.invokeTask (zone-evergreen.js:399)
at Object.onInvokeTask (core.js:27533)
@Himanshu Kumar Thanks, create the model file in the working directory and uploaded it to the run using upload_file and then register the model.
Here is the document to deploy and test service and link to troubleshooting.