ReneeYe commited on
Commit
31db171
ยท
1 Parent(s): f00de45

init commit

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,9 +39,8 @@ LANG_GEN_SETUPS = {
39
 
40
  os.system("git clone https://github.com/ReneeYe/ConST")
41
  os.system('mv ConST/* ./')
42
- os.system("pip3 install -r requirements.txt")
43
  os.system("python3 setup.py install")
44
- os.system("python3 ConST/setup.py build_ext --inplace")
45
  os.system("mkdir -p data checkpoint")
46
 
47
 
 
39
 
40
  os.system("git clone https://github.com/ReneeYe/ConST")
41
  os.system('mv ConST/* ./')
 
42
  os.system("python3 setup.py install")
43
+ os.system("python3 setup.py build_ext --inplace")
44
  os.system("mkdir -p data checkpoint")
45
 
46