Skip to content

Commit

Permalink
new ai model
Browse files Browse the repository at this point in the history
  • Loading branch information
max-vassili3v committed Dec 14, 2024
1 parent e6568e5 commit d10cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artifact-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ const WebcamComponent : React.FC<WebcamComponentProps> = ({success, msg, acceptA
useEffect(() => {
const loadModel = () => {
// Path to the model's JSON file in the public folder
const modelPath = "https://teachablemachine.withgoogle.com/models/kAIpZlI8V/";
const modelPath = "https://teachablemachine.withgoogle.com/models/79pLPee5sp/";

// Load the model using ml5.js
const loadedModel = ml5.imageClassifier(modelPath, () => {
Expand Down

0 comments on commit d10cbd5

Please sign in to comment.