This commit is contained in:
Eren Gölge
2023-04-17 13:05:19 +02:00
parent bce819a624
commit 5e5768d784
+2
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