mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
enhanced tts
This commit is contained in:
parent
6a195c9287
commit
371a297eb4
@ -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
2
web/dist/index.html
vendored
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user