Adding multispeaker model in UI

This commit is contained in:
Shivam Mehta
2023-09-20 10:28:48 +00:00
parent 72635012b0
commit 267bf96651
4 changed files with 149 additions and 23 deletions

View File

@@ -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