Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
c45799a
1
Parent(s):
02f199e
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def run_cmd(command):
|
|
36 |
# run_cmd("ls")
|
37 |
# run_cmd("git submodule update --init --recursive")
|
38 |
# run_cmd("python setup.py install --user")
|
39 |
-
run_cmd("
|
40 |
import pydiffvg
|
41 |
|
42 |
print("Sccuessfuly import diffvg ")
|
|
|
36 |
# run_cmd("ls")
|
37 |
# run_cmd("git submodule update --init --recursive")
|
38 |
# run_cmd("python setup.py install --user")
|
39 |
+
run_cmd("pip3 list")
|
40 |
import pydiffvg
|
41 |
|
42 |
print("Sccuessfuly import diffvg ")
|