import os os.system("git clone https://github.com/Thommy96/IMS-Toucan.git toucan_codebase") os.system("mv toucan_codebase/* .") from run_model_downloader import download_models from run_gradio_demo import TTSWebUI download_models() TTSWebUI(gpu_id="cpu", title="Prosodic Controllability Through Natural Language Prompts", article="The proposed TTS system takes advantage of natural language prompts for enhanced prosody control. By conditioning the generation process on these prompts, the goal is to achieve more expressive and contextually appropriate speech output. Thereby the produced speech prosody is expected to rely on the (emotional) content of the prompt.")