NassimeBejaia commited on
Commit
96a5b8c
1 Parent(s): ec53bc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  if __name__ == '__main__':
113
 
114
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
115
- #st.write(os.listdir('test_detection/'))
116
 
117
  #os.system('python test_detection/__streamlit_app.py')
118
 
 
112
  if __name__ == '__main__':
113
 
114
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
115
+ st.write(os.listdir('test_detection/yolov5/'))
116
 
117
  #os.system('python test_detection/__streamlit_app.py')
118