langchain/libs/community/langchain_community/tools/audio/__init__.py
Robby f7e8a382cc
community[minor]: add hugging face text-to-speech inference API (#18880)
Description: I implemented a tool to use Hugging Face text-to-speech
inference API.

Issue: n/a

Dependencies: n/a

Twitter handle: No Twitter, but do have
[LinkedIn](https://www.linkedin.com/in/robby-horvath/) lol.

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-03-29 15:02:29 +00:00

8 lines
188 B
Python

from langchain_community.tools.audio.huggingface_text_to_speech_inference import (
HuggingFaceTextToSpeechModelInference,
)
__all__ = [
"HuggingFaceTextToSpeechModelInference",
]