Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
web_demo/static/mobile/steps/capture.js
CHANGED
|
@@ -472,7 +472,7 @@ export default {
|
|
| 472 |
setStatus(`Camera unavailable: ${err.message || err}`, true);
|
| 473 |
return;
|
| 474 |
}
|
| 475 |
-
setStatus("
|
| 476 |
await refreshFlash();
|
| 477 |
await startGateLoop();
|
| 478 |
})();
|
|
|
|
| 472 |
setStatus(`Camera unavailable: ${err.message || err}`, true);
|
| 473 |
return;
|
| 474 |
}
|
| 475 |
+
setStatus("Get both green to unlock the shutter — hold level, at the right distance.");
|
| 476 |
await refreshFlash();
|
| 477 |
await startGateLoop();
|
| 478 |
})();
|
web_demo/static/mobile/steps/guide.js
CHANGED
|
@@ -26,9 +26,7 @@ export default {
|
|
| 26 |
<ul class="capture-tips">
|
| 27 |
<li>Place a card of <strong>standard credit card size</strong> beside your hand.</li>
|
| 28 |
<li>Hold phone <strong>directly above hand</strong>, parallel to table.</li>
|
| 29 |
-
<li><strong>
|
| 30 |
-
<li><strong>Use plain white background</strong>, a sheet of paper works great.</li>
|
| 31 |
-
<li><strong>Turn on your phone's flash</strong>, it sharpens finger edges.</li>
|
| 32 |
</ul>
|
| 33 |
|
| 34 |
<figure class="guide-example">
|
|
|
|
| 26 |
<ul class="capture-tips">
|
| 27 |
<li>Place a card of <strong>standard credit card size</strong> beside your hand.</li>
|
| 28 |
<li>Hold phone <strong>directly above hand</strong>, parallel to table.</li>
|
| 29 |
+
<li>Use <strong>plain white background</strong>, a sheet of paper works great.</li>
|
|
|
|
|
|
|
| 30 |
</ul>
|
| 31 |
|
| 32 |
<figure class="guide-example">
|