Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
let a = '_jOgmLjsGmnjFcJnoStasSfaKgjzZMiDXfh';
|
62 |
|
63 |
|
64 |
-
const voiceResponse = await fetch('https://api-inference.huggingface.co/models/
|
65 |
method: 'POST',
|
66 |
headers: {
|
67 |
'Authorization': `Bearer ${ap}${a}`,
|
|
|
61 |
let a = '_jOgmLjsGmnjFcJnoStasSfaKgjzZMiDXfh';
|
62 |
|
63 |
|
64 |
+
const voiceResponse = await fetch('https://api-inference.huggingface.co/models/facebook/fastspeech2-en-ljspeech', {
|
65 |
method: 'POST',
|
66 |
headers: {
|
67 |
'Authorization': `Bearer ${ap}${a}`,
|