mirror of https://github.com/coqui-ai/TTS.git
Fix API
parent
bce819a624
commit
5e5768d784
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue