Update lollms_xtts.py

This commit is contained in:
Saifeddine ALOUI 2024-06-03 08:58:25 +02:00 committed by GitHub
parent 7b6d5f4695
commit e54443ec8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ class LollmsXTTS(LollmsTTS):
use_deep_speed=False,
use_streaming_mode = True
):
super().__init__(app)
super().__init__("xtts",app)
self.generation_threads = {}
self.voices_folder = voices_folder
self.ready = False