getapi commited on
Commit
77b7e19
1 Parent(s): 2da9eba

Update app.ts

Browse files
Files changed (1) hide show
  1. app.ts +1 -1
app.ts CHANGED
@@ -274,7 +274,7 @@ async function handleDemoRequest(req: Request) {
274
  const downloadLink = document.createElement('a');
275
  downloadLink.href = audioUrl;
276
  downloadLink.download = 'synthesized_voice.mp3';
277
- downloadLink.textContent = 'Скачать аудио';
278
  downloadLink.style.display = 'block';
279
  downloadLink.style.marginTop = '10px';
280
 
 
274
  const downloadLink = document.createElement('a');
275
  downloadLink.href = audioUrl;
276
  downloadLink.download = 'synthesized_voice.mp3';
277
+ downloadLink.textContent = 'скачать аудио';
278
  downloadLink.style.display = 'block';
279
  downloadLink.style.marginTop = '10px';
280