Spaces:
Runtime error
Runtime error
| Metadata-Version: 2.1 | |
| Name: monotonic_align | |
| Version: 1.0.0 | |
| Summary: Monotonic Alignment Search module | |
| Author-email: Moonsik Park <moonsik.park@estsoft.com> | |
| Project-URL: repository, https://github.com/moonsikpark/monotonic_align | |
| Classifier: Development Status :: 5 - Production/Stable | |
| Classifier: License :: OSI Approved :: MIT License | |
| Classifier: Operating System :: OS Independent | |
| Classifier: Programming Language :: Python :: 3 | |
| Classifier: Programming Language :: Cython | |
| Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence | |
| Requires-Python: >=3.7 | |
| Description-Content-Type: text/markdown | |
| License-File: LICENSE.md | |
| # Monotonic Alignment Search | |
| This module does Monotonic Alignment Search required by the [Vits](https://github.com/jaywalnut310/vits) TTS model, and has been copied from [this source](https://github.com/jaywalnut310/vits/tree/2b91ceff252082644bd507d13476a49ea260cadf/monotonic_align). | |
| The module have been packaged properly as per [PEP 621](https://peps.python.org/pep-0621/), and has a binary distrubution compiled to nearly every UNIX environment. | |
| ## License | |
| Please note that the author(s) are not liable for any claim, damages or other liability thereof. | |
| ``` | |
| MIT License | |
| Copyright (c) 2023 Moonsik Park | |
| Copyright (c) 2021 Jaehyeon Kim | |
| ```` | |