NassimeBejaia commited on
Commit
2a360f2
1 Parent(s): aa65932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,6 +184,6 @@ if __name__ == '__main__':
184
 
185
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
186
  #st.write(os.listdir('test_detection/'))
187
- #st.write(os.listdir('test_detection/yolov5/weights/'))
188
  load_model()
189
  main()
 
184
 
185
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
186
  #st.write(os.listdir('test_detection/'))
187
+ st.write(os.listdir('test_detection/yolov5/weights/'))
188
  load_model()
189
  main()