We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2caa7 commit 54cf998Copy full SHA for 54cf998
README.md
@@ -145,5 +145,5 @@ The following steps have been tested on Ubuntu and is both CPU and GPU compatibl
145
Run the worker with where `MODEL_NAME` matches the model name in your config file:
146
147
```commandline
148
-python tts_worker.py --model-name $MODEL_NAME --log-config config/logging.ini --config config/config.yaml
+python main.py --model-name $MODEL_NAME [--log-config config/logging.ini --config config/config.yaml]
149
```
0 commit comments