Commit ·
5d09e8a
1
Parent(s): f73d3e0
add byline to browser example
Browse files- browser/index.html +1 -0
browser/index.html
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
<body>
|
| 26 |
<main>
|
| 27 |
<h1>Pinball Classifier</h1>
|
|
|
|
| 28 |
<p>Select a local image to run the browser FP16 model. The model and metadata are loaded from this server.</p>
|
| 29 |
<p>Results use canonical <a href="https://opdb.org">Open Pinball Database (OPDB)</a> identifiers; the exact head may also return the non-OPDB <code>__unknown__</code> sentinel.</p>
|
| 30 |
<div class="controls">
|
|
|
|
| 25 |
<body>
|
| 26 |
<main>
|
| 27 |
<h1>Pinball Classifier</h1>
|
| 28 |
+
<p>By <a href="https://flippd.gg">Flippd</a></p>
|
| 29 |
<p>Select a local image to run the browser FP16 model. The model and metadata are loaded from this server.</p>
|
| 30 |
<p>Results use canonical <a href="https://opdb.org">Open Pinball Database (OPDB)</a> identifiers; the exact head may also return the non-OPDB <code>__unknown__</code> sentinel.</p>
|
| 31 |
<div class="controls">
|