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

type unions using | syntax #52

Closed JackismyShephard closed 2 months ago

JackismyShephard commented 2 months ago

Now that the app is running on python3.10 we can finally replace Union and Optional types with the | typing operator.

Additionally, this PR also updates the launcher script for windows so that the conda virtual environment is installed in dependencies/.venv rather than dependencies/venv