From cf076345e7ddb44584f15127f8d4c595a1428e04 Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Mon, 23 Jan 2023 13:49:51 +0100 Subject: [PATCH] Make style --- TTS/api.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TTS/api.py b/TTS/api.py index da571414..ed7e6e6b 100644 --- a/TTS/api.py +++ b/TTS/api.py @@ -7,7 +7,14 @@ from TTS.utils.synthesizer import Synthesizer class TTS: """TODO: Add voice conversion and Capacitron support.""" - def __init__(self, model_name: str = None, model_path:str = None, config_path:str=None, progress_bar: bool = True, gpu=False): + def __init__( + self, + model_name: str = None, + model_path: str = None, + config_path: str = None, + progress_bar: bool = True, + gpu=False, + ): """🐸TTS python interface that allows to load and use the released models. Example with a multi-speaker model: