From 50b4e2c458607976e75b0c9b5ce056dbe97f98e7 Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 9 Feb 2023 02:39:08 +0000 Subject: [PATCH] oops --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6e3b1d1..9c2e121 100755 --- a/app.py +++ b/app.py @@ -236,7 +236,7 @@ def read_generate_settings(file, save_latents=True): del j['latents'] if latents and save_latents: - outdir='/voices/.temp/' + outdir='./voices/.temp/' os.makedirs(outdir, exist_ok=True) with open(f'{outdir}/cond_latents.pth', 'wb') as f: f.write(latents)