Skip to content

Commit

Permalink
Update to newly compiled wasm endpoint on the FaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmccallum authored Dec 30, 2021
1 parent f789504 commit 31fa3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faas/mtcnn/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},0);

$.ajax({
url: "https://rpc.ssvm.secondstate.io:8081/api/run/483/infer/bytes",
url: "https://rpc.ssvm.secondstate.io:8081/api/run/502/infer/bytes",
type: "post",
data : $('#input')[0].files[0],
contentType: "application/octet-stream",
Expand Down

0 comments on commit 31fa3e1

Please sign in to comment.