learningai's picture
youtube links
b403268
raw
history blame contribute delete
128 Bytes
import os
MODEL_DIR = os.path.join(os.getcwd(), 'models', 'model.h5')
AUDIO_FILES_DIR = os.path.join(os.getcwd(), 'audio_files')