mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 23:18:53 +00:00
fixed
This commit is contained in:
parent
fba8653581
commit
5e9b7c1eb6
@ -1 +1 @@
|
||||
Subproject commit 3e0af3407ee597330b4d221bf422ed8e6e646afb
|
||||
Subproject commit 19fe2ffea2df13481bfa71e88ecd66429d462bcc
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-5f0ab27e.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-0628c598.css">
|
||||
<script type="module" crossorigin src="/assets/index-a37d1e46.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-31522f1e.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1625,11 +1625,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="min-width: 200px;">
|
||||
<label for="install_xtts_service" class="text-sm font-bold" style="margin-right: 1rem;">Reinstall xTTS service:</label>
|
||||
<label for="install_xtts_service" class="text-sm font-bold" style="margin-right: 1rem;">xTTS service:</label>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex flex-row">
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="reinstallAudioService">install xtts service</button>
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="startAudioService">start xtts service</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -2871,6 +2872,15 @@ export default {
|
||||
console.error(error);
|
||||
});
|
||||
},
|
||||
startAudioService(){
|
||||
axios.get('start_xtts')
|
||||
.then(response => {
|
||||
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
});
|
||||
},
|
||||
reinstallElasticSearchService(){
|
||||
axios.get('install_vllm')
|
||||
.then(response => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user