mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 02:09:21 +08:00
Adding multispeaker model in UI
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ create-package: ## Create wheel and tar gz
|
||||
rm -rf dist/
|
||||
python setup.py bdist_wheel --plat-name=manylinux1_x86_64
|
||||
python setup.py sdist
|
||||
python -m twine upload dist/* --verbose
|
||||
python -m twine upload dist/* --verbose --skip-existing
|
||||
|
||||
format: ## Run pre-commit hooks
|
||||
pre-commit run -a
|
||||
|
||||
Reference in New Issue
Block a user