File size: 114 Bytes
3d5f773
 
 
3311a54
 
1
2
3
4
5
6
import os
import sys

VITS_ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
sys.path.append(VITS_ROOT_PATH)