RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

Gradio version

Open
#2,355 1 comment 7 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.