File size: 128 Bytes
51267b6
 
b403268
1
2
3
import os
MODEL_DIR = os.path.join(os.getcwd(), 'models', 'model.h5')
AUDIO_FILES_DIR = os.path.join(os.getcwd(), 'audio_files')