mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
chore: Remove stray import (#5097)
This commit is contained in:
parent
e3b069620b
commit
5022abb546
@ -1,9 +1 @@
|
||||
from haystack.utils.import_utils import safe_import
|
||||
from haystack.nodes.audio.whisper_transcriber import WhisperTranscriber, WhisperModel
|
||||
|
||||
AnswerToSpeech = safe_import(
|
||||
"haystack.nodes.audio.answer_to_speech", "AnswerToSpeech", "audio"
|
||||
) # Has optional dependencies
|
||||
DocumentToSpeech = safe_import(
|
||||
"haystack.nodes.audio.document_to_speech", "DocumentToSpeech", "audio"
|
||||
) # Has optional dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user