Mangla commited on
Commit
29724c7
1 Parent(s): a8da1b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import tempfile
8
  import shutil
9
  import requests
10
  from pathlib import Path
11
- temp_dir = os.path.expanduser("~/app")
12
  global ckpt_temp_file
13
  global audio_temp_file
14
  global config_temp_file
 
8
  import shutil
9
  import requests
10
  from pathlib import Path
11
+ temp_dir = tempfile.TemporaryDirectory()
12
  global ckpt_temp_file
13
  global audio_temp_file
14
  global config_temp_file