Spaces:
Runtime error
Runtime error
import os | |
MODEL_DIR = os.path.join(os.getcwd(), 'models', 'model.h5') | |
AUDIO_FILES_DIR = os.path.join(os.getcwd(), 'audio_files') |