text-to-speech / app.py
davidxia's picture
Change to use text_to_speech
0811999 verified
raw
history blame
116 Bytes
from transformers import launch_gradio_demo
from tool import TextToSpeechTool
launch_gradio_demo(TextToSpeechTool)