Delik commited on
Commit
6847b3d
·
verified ·
1 Parent(s): fb9280e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def main(args):
150
  if not check_package_installed('transformers'):
151
  print('Please install transformers module first.')
152
  exit(0)
153
- hubert_model_path = './ckpts/chinese-hubert-large'
154
  if not os.path.exists(hubert_model_path):
155
  print('Please download the hubert weight into the ckpts path first.')
156
  exit(0)
 
150
  if not check_package_installed('transformers'):
151
  print('Please install transformers module first.')
152
  exit(0)
153
+ hubert_model_path = 'ckpt/chinese-hubert-large'
154
  if not os.path.exists(hubert_model_path):
155
  print('Please download the hubert weight into the ckpts path first.')
156
  exit(0)