Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ from requests.exceptions import ConnectionError
|
|
12 |
from list_dict import translates, speakers
|
13 |
|
14 |
if not os.path.exists('pretrained_models'):
|
15 |
-
# 解压tar.gz文件
|
16 |
with tarfile.open('2stems.tar.gz', 'r:gz') as tar_ref:
|
17 |
tar_ref.extractall('./pretrained_models/2stems')
|
18 |
|
|
|
12 |
from list_dict import translates, speakers
|
13 |
|
14 |
if not os.path.exists('pretrained_models'):
|
|
|
15 |
with tarfile.open('2stems.tar.gz', 'r:gz') as tar_ref:
|
16 |
tar_ref.extractall('./pretrained_models/2stems')
|
17 |
|