Merge pull request #1021 from ouoertheo/ouoertheo/tts-ui-voicemap

TTS Voice map UI and Coqui UI improvements
This commit is contained in:
Cohee
2023-08-28 23:57:22 +03:00
committed by GitHub
11 changed files with 638 additions and 271 deletions

View File

@@ -4894,7 +4894,7 @@ async function readAllChunks(readableStream) {
});
readableStream.on('end', () => {
console.log('Finished reading the stream.');
//console.log('Finished reading the stream.');
resolve(chunks);
});