Error while entering the inference tab
Pocholo95 opened this issue · 3 comments
Pocholo95 commented
2023-09-23 18:23:43.056 Uncaught app exception
Traceback (most recent call last):
File "E:\conda-envs\RVC-Studio\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "E:\RVC-Studio\pages\1_Inference.py", line 166, in
disabled=not (state.uvr5_params.model_paths and state.input_audio_name and state.model_name)):
AttributeError: 'NoneType' object has no attribute 'model_paths'
I already reinstalled and it still doesn't work.
All other tabs work fine.
SayanoAI commented
try the patch
Pocholo95 commented
It works now, thanks
cometothed4rkside commented
Same error.