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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -183,7 +183,10 @@ def main():
183
  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()
 
183
  if __name__ == '__main__':
184
 
185
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
186
+
 
187
  load_model()
188
+
189
+ st.write(os.listdir('test_detection/'))
190
+ st.write(os.listdir('test_detection/yolov5/weights/'))
191
+
192
  main()