AudioGAN / CLAP /__init__.py
SeaSky1027's picture
Add CLAP & HiFiGAN
8e60cc8
raw
history blame contribute delete
137 Bytes
import os
import sys
dir_path = os.path.dirname(os.path.abspath(__file__))
sys.path.append(dir_path)
from .clap_module import CLAP_Module