Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
a3031df
1
Parent(s):
409dc93
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,10 @@ def run_cmd(command):
|
|
139 |
run_cmd("gcc --version")
|
140 |
run_cmd("pwd")
|
141 |
run_cmd("ls")
|
|
|
|
|
|
|
|
|
142 |
|
143 |
|
144 |
|
|
|
139 |
run_cmd("gcc --version")
|
140 |
run_cmd("pwd")
|
141 |
run_cmd("ls")
|
142 |
+
run_cmd("cd DiffVG")
|
143 |
+
run_cmd("git submodule update --init --recursive")
|
144 |
+
run_cmd("python setup.py install")
|
145 |
+
run_cmd("cd ..")
|
146 |
|
147 |
|
148 |
|