Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
c55f85c
1
Parent(s):
a3031df
Update app.py
Browse files
app.py
CHANGED
@@ -140,6 +140,8 @@ 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 ..")
|
|
|
140 |
run_cmd("pwd")
|
141 |
run_cmd("ls")
|
142 |
run_cmd("cd DiffVG")
|
143 |
+
run_cmd("pwd")
|
144 |
+
run_cmd("ls")
|
145 |
run_cmd("git submodule update --init --recursive")
|
146 |
run_cmd("python setup.py install")
|
147 |
run_cmd("cd ..")
|