pull/2532/head
Eren Gölge 2023-04-17 13:05:19 +02:00
parent bce819a624
commit 5e5768d784
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ class TTS:
@property
def is_coqui_studio(self):
if self.model_name is None:
return False
return "coqui_studio" in self.model_name
@property