Spaces:
Running
Running
Upload 24 files
Browse files- assets/index-Dmp_Wg38.js +0 -0
- assets/voice.worker-DXwbhobd.js +1 -0
- index.html +1 -1
assets/index-Dmp_Wg38.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
assets/voice.worker-DXwbhobd.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
(function(){"use strict";self.onmessage=async a=>{const{id:s,url:t}=a.data??{};try{const e=await fetch(t);if(!e.ok)throw new Error(`HTTP ${e.status} while fetching ${t}`);const r=await e.arrayBuffer();self.postMessage({id:s,ok:!0,buffer:r},[r])}catch(e){self.postMessage({id:s,ok:!1,error:String(e)})}}})();
|
index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="./wllama.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>wllama</title>
|
| 8 |
-
<script type="module" crossorigin src="./assets/index-
|
| 9 |
<link rel="stylesheet" crossorigin href="./assets/index-Cce_eI4Z.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="./wllama.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>wllama</title>
|
| 8 |
+
<script type="module" crossorigin src="./assets/index-Dmp_Wg38.js"></script>
|
| 9 |
<link rel="stylesheet" crossorigin href="./assets/index-Cce_eI4Z.css">
|
| 10 |
</head>
|
| 11 |
<body>
|