Skip to content

Commit

Permalink
update pro
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Nov 29, 2023
1 parent 406b2b6 commit 6078749
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Binary file modified demo/public/pro.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions demo/public/pro/face-detector-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<title>Jessica demo</title>
<link rel="stylesheet" href="./demo.css">
<script src="./vconsole.js"></script>
<script>
window.JESSIBUCA_PRO_FACE_DETECTOR_WASM_URL = './js/jessibuca-pro-face-detector-decoder.wasm'
</script>
<script src="./js/jessibuca-pro-face-detector-demo.js"></script>
<script src="./js/jessibuca-pro-demo.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion demo/public/pro/js/jessibuca-pro-object-detector-demo.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions demo/public/pro/object-detector-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<title>Jessica demo</title>
<link rel="stylesheet" href="./demo.css">
<script src="./vconsole.js"></script>
<script>
window.JESSIBUCA_PRO_OBJECT_DETECTOR_WASM_URL = './js/jessibuca-pro-object-detector-decoder.wasm'
</script>
<script src="./js/jessibuca-pro-object-detector-demo.js"></script>
<script src="./js/jessibuca-pro-demo.js"></script>
<style>
Expand Down

1 comment on commit 6078749

@vercel
Copy link

@vercel vercel bot commented on 6078749 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.