Skip to content

Commit

Permalink
Update roboflow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry-Larriee committed Jun 14, 2023
1 parent 1729578 commit 7efd11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/roboflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Roboflow = (props) => {
}).then((model) => {
setInterval(() => {
if (inferRunning) detect(model);
}, 10);
}, 1);
});
};

Expand Down

0 comments on commit 7efd11f

Please sign in to comment.