kevinwang676 commited on
Commit
497ec84
·
1 Parent(s): a780c5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import consts
4
  from utils_base import get_dataset_list, get_model_list
5
  #from utils_label import auto_label, delete_dataset
6
- from utils_sambert import train, infer, delete_model
7
 
8
  os.system("pip install --upgrade Cython==0.29.35")
9
  os.system("pip install pysptk --no-build-isolation")
 
3
  import consts
4
  from utils_base import get_dataset_list, get_model_list
5
  #from utils_label import auto_label, delete_dataset
6
+ #from utils_sambert import train, infer, delete_model
7
 
8
  os.system("pip install --upgrade Cython==0.29.35")
9
  os.system("pip install pysptk --no-build-isolation")