Spaces:
Running
Running
Update static/multi-agent.html
Browse files- static/multi-agent.html +1 -1
static/multi-agent.html
CHANGED
@@ -614,7 +614,7 @@ img, video {
|
|
614 |
const voice = 'en-US-JennyNeural';
|
615 |
const encodedText = encodeURIComponent(text);
|
616 |
try {
|
617 |
-
const response = await fetch(`https://pvanand-audio-chat.hf.space/tts?text=${encodedText}
|
618 |
method: 'GET',
|
619 |
headers: {
|
620 |
'accept': 'application/json'
|
|
|
614 |
const voice = 'en-US-JennyNeural';
|
615 |
const encodedText = encodeURIComponent(text);
|
616 |
try {
|
617 |
+
const response = await fetch(`https://pvanand-audio-chat-indic.hf.space/auto-tts?text=${encodedText}`, {
|
618 |
method: 'GET',
|
619 |
headers: {
|
620 |
'accept': 'application/json'
|