Spaces:
Build error
Build error
init commit
Browse files
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
|
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 |
|