We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bd848 commit 8503500Copy full SHA for 8503500
TTS/server/server.py
@@ -74,10 +74,6 @@ def convert_boolean(x):
74
path = Path(__file__).parent / "../.models.json"
75
manager = ModelManager(path)
76
77
-if args.list_models:
78
- manager.list_models()
79
- sys.exit()
80
-
81
# update in-use models to the specified released models.
82
model_path = None
83
config_path = None
0 commit comments