Spaces:
Paused
Paused
Update stt_factory.py
Browse files- stt_factory.py +2 -1
stt_factory.py
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
STT Provider Factory for Flare
|
| 3 |
"""
|
| 4 |
from typing import Optional
|
| 5 |
-
from stt_interface import STTInterface, STTEngineType
|
|
|
|
| 6 |
from stt_google import GoogleCloudSTT
|
| 7 |
from config_provider import ConfigProvider
|
| 8 |
from stt_interface import STTInterface
|
|
|
|
| 2 |
STT Provider Factory for Flare
|
| 3 |
"""
|
| 4 |
from typing import Optional
|
| 5 |
+
from stt_interface import STTInterface, STTEngineType
|
| 6 |
+
from utils import log
|
| 7 |
from stt_google import GoogleCloudSTT
|
| 8 |
from config_provider import ConfigProvider
|
| 9 |
from stt_interface import STTInterface
|