pvanand commited on
Commit
643f187
1 Parent(s): fd18af6

Update static/digiyatra.html

Browse files
Files changed (1) hide show
  1. static/digiyatra.html +1 -1
static/digiyatra.html CHANGED
@@ -469,7 +469,7 @@
469
  const voice = 'en-US-JennyNeural';
470
  const encodedText = encodeURIComponent(text);
471
  try {
472
- const response = await fetch(`https://pvanand-audio-chat.hf.space/tts?text=${encodedText}&voice=${voice}`, {
473
  method: 'GET',
474
  headers: {
475
  'accept': 'application/json'
 
469
  const voice = 'en-US-JennyNeural';
470
  const encodedText = encodeURIComponent(text);
471
  try {
472
+ const response = await fetch(`https://pvanand-audio-chat-indic.hf.space/auto-tts?text=${encodedText}`, {
473
  method: 'GET',
474
  headers: {
475
  'accept': 'application/json'