ximod1a commited on
Commit
6180ba8
·
1 Parent(s): 26d944b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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