mirror of
https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git
synced 2026-08-12 07:55:33 -06:00
17 lines
574 B
HTML
17 lines
574 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#070b15" />
|
|
<meta name="color-scheme" content="dark" />
|
|
<title>Wake Word Studio</title>
|
|
<link rel="stylesheet" href="/static/ui/trainer-ui.css" />
|
|
</head>
|
|
<body>
|
|
<div id="trainer-app"></div>
|
|
<noscript>This local trainer requires JavaScript for its reactive interface.</noscript>
|
|
<script type="module" src="/static/ui/trainer-ui.js"></script>
|
|
</body>
|
|
</html>
|