Closed Cate9021 closed 1 year ago
oops! Will fix!
I was able to workaround by creating that directory manually
Hi, i had the same problem,
with the following code i solved, after line 22 in transcriber.py:
directory = self.name parent_dir = "local"
self.save_dir = LOCAL_DIR / self.name
#path = self.save_dir + "/" + "audio"
# Path
path = os.path.join(parent_dir, directory)
if not os.path.exists(path):
os.makedirs(path)
Thank you
Apologies for the delay. This should now be fixed. If this happens again, please raise another issue (#13)