JackismyShephard / ultimate-rvc

An app for creating song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
16 stars 5 forks source link

Add pyproject config file #89

Closed JackismyShephard closed 3 weeks ago

JackismyShephard commented 3 weeks ago

Adds a pyproject.toml config file. For now, the file configures this project to use ruff for linting, pyright for type-checking and black for formatting.

Additionally, this PR also re-organizes sections in requirements.txt and promotes the gradio package to version 4.42.0