forked from PierreMesure/whisper-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
32 lines (31 loc) · 1.52 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RunAnywhere Voice Pipeline - Compare AI Voice Solutions</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZWWKRRRYXN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZWWKRRRYXN');
</script>
<meta name="description" content="Real-time comparison of on-device and cloud-based AI voice solutions. Experience the difference between local and cloud processing.">
<meta property="og:title" content="RunAnywhere Voice Pipeline">
<meta property="og:description" content="Compare on-device AI (Moonshine STT) with cloud-based solutions (ElevenLabs) in real-time">
<meta property="og:url" content="https://voice.runanywhere.ai">
<meta property="og:type" content="website">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#0f172a">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>