Skip to content

Commit

Permalink
demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
asouqi committed May 2, 2024
1 parent 056ea31 commit ec9374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const App: React.FC = () => {

{!modelLoading &&
<div className={`content`}>
<img src={"#"} ref={imageRef} onLoad={detectImage} />
<img src={"#"} ref={imageRef} onLoad={detectImage} alt={''}/>
<canvas width={640} height={640} ref={canvasRef}/>
</div>}

Expand Down

0 comments on commit ec9374f

Please sign in to comment.