mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2024-12-29 19:15:04 +08:00
Update gui_v1.py
This commit is contained in:
parent
47148851f8
commit
9a4b4d0271
@ -3,6 +3,7 @@ import pdb
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
os.environ["OMP_NUM_THREADS"] = "2"
|
os.environ["OMP_NUM_THREADS"] = "2"
|
||||||
|
os.environ["rmvpe_root"] = "assets/rmvpe"
|
||||||
if sys.platform == "darwin":
|
if sys.platform == "darwin":
|
||||||
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user