mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
Add a gradio warning to notify user of rvc.json creation
This commit is contained in:
parent
3d612cea77
commit
fc7a029981
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def generate_proxy(
|
|||
):
|
||||
rvc_config_path = os.path.join("config", "rvc.json")
|
||||
if not os.path.exists(rvc_config_path):
|
||||
raise gr.Error("No RVC configurtation found, check configs folder. If rvc.json does not exist, please change a setting in the RVC area to create one.")
|
||||
raise gr.Error("No RVC configuration found, check configs folder. If rvc.json does not exist, please change a setting in the RVC area to create one.")
|
||||
kwargs = locals()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue