Dhruv Saxena

Results 1 comments of Dhruv Saxena

> ### Describe the bug > ``` > > > from TTS.api import TTS > > > tts = TTS(model_name="tts_models/eng/fairseq/vits", progress_bar=False, gpu=True) > tts.tts_to_file("This is a test.", file_path="output.wav") > ```...