Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
bda738d
1
Parent(s):
bf33451
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ run_cmd("ls")
|
|
34 |
run_cmd("git submodule update --init --recursive")
|
35 |
run_cmd("python setup.py install --user")
|
36 |
run_cmd("pip list")
|
37 |
-
import
|
38 |
-
print("Sccuessfuly import
|
39 |
# run_cmd("pwd")
|
40 |
# run_cmd("ls")
|
41 |
# run_cmd("git submodule update --init --recursive")
|
|
|
34 |
run_cmd("git submodule update --init --recursive")
|
35 |
run_cmd("python setup.py install --user")
|
36 |
run_cmd("pip list")
|
37 |
+
import diffvg
|
38 |
+
print("Sccuessfuly import diffvg ")
|
39 |
# run_cmd("pwd")
|
40 |
# run_cmd("ls")
|
41 |
# run_cmd("git submodule update --init --recursive")
|