Spaces:
Running
Running
File size: 130 Bytes
19759e2 |
1 2 3 4 5 |
import os
import sys
dir_path = os.path.dirname(os.path.abspath(__file__))
sys.path.append(dir_path)
from .hook import CLAP_Module |