Skip to content

Commit c3df0fc

Browse files
authored
Fix heading capitalization in is-it-a-bird.html
Missed from #175
1 parent e989805 commit c3df0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

is-it-a-bird.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
</head>
340340
<body>
341341
<div class="container">
342-
<h1>Is It a Bird?</h1>
342+
<h1>Is it a bird?</h1>
343343
<p>Drop, paste, or select an image to find out if it contains a bird using <a href="https://huggingface.co/docs/transformers.js">Transformers.js</a> and OpenAI's CLIP model.</p>
344344

345345
<div id="model-status" class="pending">

0 commit comments

Comments
 (0)