Skip to content

Commit

Permalink
feat: 커밋 잘 되는지 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
G-hoon committed Jul 17, 2024
1 parent 41d6da3 commit 716a45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PoseDetector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const PoseDetector: React.FC = () => {

const setupCallback = async (bodypose: any, error: Error): Promise<void> => {
if (error) {
console.log("bodypose 모델 불러오기를 실패했습니다.")
console.log("bodypose 모델 불러오기를 실패했습니다!")
return
}
await initializeBackend()
Expand Down

0 comments on commit 716a45b

Please sign in to comment.