Spaces:
Runtime error
Runtime error
Commit
·
0df44ca
1
Parent(s):
b5a81a9
:construction: wip
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ if 'diffvg_installed' not in st.session_state:
|
|
| 20 |
st.session_state['diffvg_installed'] = True
|
| 21 |
pwd = Path.cwd().absolute().as_posix()
|
| 22 |
run_cmd('git submodule update --init --recursive')
|
| 23 |
-
run_cmd(f'python
|
| 24 |
|
| 25 |
|
| 26 |
st.write('Using submodule pixray')
|
|
|
|
| 20 |
st.session_state['diffvg_installed'] = True
|
| 21 |
pwd = Path.cwd().absolute().as_posix()
|
| 22 |
run_cmd('git submodule update --init --recursive')
|
| 23 |
+
run_cmd(f'cd diffvg && python setup.py install --install-lib {pwd} && cd ..')
|
| 24 |
|
| 25 |
|
| 26 |
st.write('Using submodule pixray')
|