Spaces:
Running
Running
Update index.html
Browse files- index.html +0 -2
index.html
CHANGED
@@ -4,8 +4,6 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Voice Chat Bot with Advanced Echo Cancellation</title>
|
7 |
-
|
8 |
-
// BELOW 3 Lines were done by RAHUL ATLURY
|
9 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.js" as="script">
|
10 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@ricky0123/[email protected]/dist/bundle.min.js" as="script">
|
11 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@xenova/[email protected]" as="script">
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Voice Chat Bot with Advanced Echo Cancellation</title>
|
|
|
|
|
7 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.js" as="script">
|
8 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@ricky0123/[email protected]/dist/bundle.min.js" as="script">
|
9 |
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@xenova/[email protected]" as="script">
|