mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
8 lines
188 B
Python
8 lines
188 B
Python
|
from langchain_community.tools.audio.huggingface_text_to_speech_inference import (
|
||
|
HuggingFaceTextToSpeechModelInference,
|
||
|
)
|
||
|
|
||
|
__all__ = [
|
||
|
"HuggingFaceTextToSpeechModelInference",
|
||
|
]
|