Skip to content

Commit

Permalink
Merge pull request #11 from Here-Charlie/prototype
Browse files Browse the repository at this point in the history
Adjust Roboflow
  • Loading branch information
Larry-Larriee committed Jun 14, 2023
2 parents cacec59 + dae5116 commit caa2a26
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);
}, 1);
}, 5);
});
};

Expand Down

0 comments on commit caa2a26

Please sign in to comment.