enhanced tts

This commit is contained in:
Saifeddine ALOUI 2024-07-31 01:19:11 +02:00
parent 6a195c9287
commit 371a297eb4
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 390d0d49dae0136400a1f60bb4fffc1c41ce8aad
Subproject commit 208f57b1d71b2209543598b8bceafab1a336725f

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-e43bf984.js"></script>
<script type="module" crossorigin src="/assets/index-9bc65a8f.js"></script>
<link rel="stylesheet" href="/assets/index-cac66727.css">
</head>
<body>

View File

@ -696,7 +696,7 @@ export default {
if(ss!=se){
text = text.slice(ss,se)
}
axios.post("./text2Wave",{text:text}).then(response => {
axios.post("./text2Wave",{client_id:this.$store.state.client_id, text:text}).then(response => {
console.log(response.data.url)
let url = response.data.url
this.audio_url = url