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

Remove generate button 2 and related functionality #84

Closed JackismyShephard closed 4 weeks ago

JackismyShephard commented 4 weeks ago

It does not make sense to keep the hidden generate button in the "one-click-generation" tab, as there are too many bugs associated with running its event listener. Hence this PR removes that button, including all its related event listener and all related helper functions.

Additionally, this PR also updates all instances of gr.Text to be gr.TextBox (the former is simply an alias for the latter)