Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import tempfile
|
|
8 |
import shutil
|
9 |
import requests
|
10 |
from pathlib import Path
|
11 |
-
temp_dir =
|
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
|