Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이재호
2020-11-28 16:30:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ab3694fb7a5690ef649c3d90d21def436fe0b78
6ab3694f
1 parent
53b3121a
update model
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/index.ejs
views/index.ejs
View file @
6ab3694
...
...
@@ -20,7 +20,7 @@
// https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image
// the link to your model provided by Teachable Machine export panel
const
URL
=
"https://teachablemachine.withgoogle.com/models/
2QtWMcVET
/"
;
const
URL
=
"https://teachablemachine.withgoogle.com/models/
CZw3xQLld
/"
;
let
model
,
webcam
,
labelContainer
,
maxPredictions
;
...
...
Please
register
or
login
to post a comment