NassimeBejaia commited on
Commit
cedbfbd
1 Parent(s): 794817c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -9,7 +9,10 @@ import streamlit as st
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
 
 
9
 
10
 
11
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
12
+ st.write(os.listdir())
13
  os.system('pip install -r test_detection/requirements.txt')
14
+ os.system('python test_detection/streamlit_app.py')
15
+
16
+
17
 
 
18