From e1c2f6b5e65e65e2f67a17e59c3438e686c9d05d Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 21 Mar 2024 01:01:24 +0100 Subject: [PATCH] test --- lollms/services/xtts/lollms_xtts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lollms/services/xtts/lollms_xtts.py b/lollms/services/xtts/lollms_xtts.py index 8d4a742..ba88744 100644 --- a/lollms/services/xtts/lollms_xtts.py +++ b/lollms/services/xtts/lollms_xtts.py @@ -139,7 +139,6 @@ class LollmsXTTS: # Get the path to the current Python interpreter python_path = sys.executable ASCIIColors.yellow("Loading XTTS ") - process = run_python_script_in_env("xtts",f"{python_path} -m xtts_api_server -o {self.output_folder} -sf {self.voice_samples_path} -p {self.xtts_base_url.split(':')[-1].replace('/','')}", wait= False) return process