Spaces:
Running
Running
File size: 1,418 Bytes
991961d 814c07e 6c01099 814c07e 6c01099 814c07e 991961d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Needle Playground (Browser)</title>
<script type="module" crossorigin src="/assets/index-Dh-E6L2Y.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-jRWAZmH_.js">
<link rel="stylesheet" crossorigin href="/assets/index-CENTWb2t.css">
</head>
<body>
<header class="topbar">
<div class="brand">🌵 <span class="brand-name">Cactus</span> <span class="brand-sub">Needle Playground</span></div>
</header>
<main class="grid">
<section class="pane tools-pane">
<div class="pane-header">
<span>Tools JSON</span>
<span class="loading-indicator" id="status">loading model…</span>
</div>
<textarea id="tools" class="mono" spellcheck="false"></textarea>
<div class="examples" id="examples"></div>
</section>
<section class="pane query-result-pane">
<div class="pane-header">
<span>Query</span>
<span class="model-indicator">encoder.onnx · decoder_step.onnx</span>
</div>
<input id="query" class="mono" type="text" autocomplete="off" />
<div class="pane-header"><span>Result</span></div>
<pre id="result" class="mono result-pane"></pre>
</section>
</main>
</body>
</html>
|