Spaces:
Build error
Build error
Michael Hu
commited on
Commit
·
b0c6ef5
1
Parent(s):
fdc056d
attempt dia fix
Browse files
src/infrastructure/tts/dia_provider.py
CHANGED
@@ -11,6 +11,7 @@ if TYPE_CHECKING:
|
|
11 |
|
12 |
from ..base.tts_provider_base import TTSProviderBase
|
13 |
from ...domain.exceptions import SpeechSynthesisException
|
|
|
14 |
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
|
|
11 |
|
12 |
from ..base.tts_provider_base import TTSProviderBase
|
13 |
from ...domain.exceptions import SpeechSynthesisException
|
14 |
+
from ..utils.dependency_installer import get_dependency_installer
|
15 |
|
16 |
logger = logging.getLogger(__name__)
|
17 |
|