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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -112,6 +112,10 @@ 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/yolov5/'))
116
 
117
  #os.system('python test_detection/__streamlit_app.py')
 
112
  if __name__ == '__main__':
113
 
114
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
115
+
116
+ import sys
117
+ sys.path.insert(0, './test_detection/yolov5')
118
+
119
  st.write(os.listdir('test_detection/yolov5/'))
120
 
121
  #os.system('python test_detection/__streamlit_app.py')