Skip to content

Commit

Permalink
Updated demos
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov committed Jul 12, 2022
1 parent b1bac4f commit 95bcd3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion face_founder_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@exadel/compreface-js-sdk": "^0.6.0",
"@exadel/compreface-js-sdk": "^1.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down
2 changes: 1 addition & 1 deletion webcam_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@exadel/compreface-js-sdk": "^0.6.0",
"@exadel/compreface-js-sdk": "^1.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down
2 changes: 1 addition & 1 deletion webcam_demo/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function App() {
// CompreFace init
let server = "http://localhost";
let port = 8000;
let detection_key = "your_api_key";
let detection_key = "00000000-0000-0000-0000-000000000003";

let core = new CompreFace(server, port);
let detection_service = core.initFaceDetectionService(detection_key);
Expand Down

0 comments on commit 95bcd3e

Please sign in to comment.