NassimeBejaia commited on
Commit
92df89a
1 Parent(s): 646b359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -184,5 +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
  load_model()
188
  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()