RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Gradio version
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hey, just wanted to thank all the contributors and developers involved, this is a solid project!
But wanted to give the heads up on gradio. The version being requested in requirements.txt is kind of buggy. As a result, RVC Web UI was barely functional; preparing the dataset and training was working with Harvest only as the pitch extraction algorithm and inference was not working at all, i actually managed to get it to work randomly but after dozens of errors.
After upgrading to gradio==3.48.0 by
pip install gradio==3.48.0
All the pitch extraction algorithms were working, the inference tab was working normally!
Suggestion
Change the version in requirements.txt to gradio==3.48.0 as the current version is unstable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open requirements.txt and check the current Gradio pin against the reported 3.48.0 version. Reproduce the installation and check pitch extraction and inference; done means the dependency is updated and both workflows function as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100