pvanand commited on
Commit
bb79bda
·
verified ·
1 Parent(s): f317957

Update static/multi-agent.html

Browse files
Files changed (1) hide show
  1. 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}&voice=${voice}`, {
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'