SociallyIneptWeeb / AICoverGen

A WebUI to create song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
1.12k stars 266 forks source link

Gradio version isn't updated to the latest patches. #129

Open SokolyMoravia opened 5 months ago

SokolyMoravia commented 5 months ago

Since I don't have a powerful enough NVIDIA chip, I use AICoverGen with Google Colab instead. Although I have installed both the latest editions of Python (3.12.3) and Gradio (4.32.2) and then ran the Python verification code to confirm that I'm using the 4.32.2 patch of Gradio, when I try to run Google Colab, the message " IMPORTANT: You are using Gradio version 3.48.0, however version 4.29.0 is available, please upgrade." still appears. I am worried that using a highly outdated version would badly affect the results of my AI covers. What can I do to fix this?

JackismyShephard commented 5 months ago

@SokolyMoravia I am working on a fork of this repository which supports latest version of gradio 4 (4.37.1 as of speaking) as well as many new features. Its available here: https://github.com/JackismyShephard/ultimate-rvc, in case you are interested. Any feedback is greatly appreciated.