Spaces:
Sleeping
Sleeping
| import os | |
| import sys | |
| dir_path = os.path.dirname(os.path.abspath(__file__)) | |
| sys.path.append(dir_path) | |
| from .clap_module import CLAP_Module |