mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
f7e8a382cc
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>
8 lines
188 B
Python
8 lines
188 B
Python
from langchain_community.tools.audio.huggingface_text_to_speech_inference import (
|
|
HuggingFaceTextToSpeechModelInference,
|
|
)
|
|
|
|
__all__ = [
|
|
"HuggingFaceTextToSpeechModelInference",
|
|
]
|