mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
create artefacts folder if not already present
This commit is contained in:
@@ -30,6 +30,9 @@ nltk.download('stopwords', quiet=True)
|
||||
WHISPER_MODEL_SIZE = config['DEFAULT']["WHISPER_MODEL_SIZE"]
|
||||
NOW = datetime.now()
|
||||
|
||||
if not os.path.exists('./artefacts'):
|
||||
os.makedirs('./artefacts')
|
||||
|
||||
|
||||
def init_argparse() -> argparse.ArgumentParser:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user