Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
Β·
3d9dcd8
1
Parent(s):
c45799a
update
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LIVE
|
| 3 |
emoji: π
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def run_cmd(command):
|
|
| 37 |
# run_cmd("git submodule update --init --recursive")
|
| 38 |
# run_cmd("python setup.py install --user")
|
| 39 |
run_cmd("pip3 list")
|
| 40 |
-
import
|
| 41 |
|
| 42 |
print("Sccuessfuly import diffvg ")
|
| 43 |
# run_cmd("pwd")
|
|
|
|
| 37 |
# run_cmd("git submodule update --init --recursive")
|
| 38 |
# run_cmd("python setup.py install --user")
|
| 39 |
run_cmd("pip3 list")
|
| 40 |
+
import diffvg
|
| 41 |
|
| 42 |
print("Sccuessfuly import diffvg ")
|
| 43 |
# run_cmd("pwd")
|