Spaces:
Runtime error
Runtime error
Commit
·
794817c
1
Parent(s):
be38db1
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import streamlit as st
|
|
9 |
|
10 |
|
11 |
os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
|
|
|
12 |
|
13 |
st.write(os.listdir())
|
14 |
|
|
|
9 |
|
10 |
|
11 |
os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
|
12 |
+
os.system('pip install -r test_detection/requirements.txt')
|
13 |
|
14 |
st.write(os.listdir())
|
15 |
|