NassimeBejaia commited on
Commit
3873cc6
1 Parent(s): 62b9a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -117,6 +117,8 @@ if __name__ == '__main__':
117
  os.system("sys.path.insert(0, './test_detection/yolov5/models/')")
118
  os.system("sys.path.insert(0, './test_detection/yolov5/')")
119
  sys.path.insert(0, './yolov5')
 
 
120
 
121
  st.write(os.listdir('test_detection/yolov5/'))
122
 
 
117
  os.system("sys.path.insert(0, './test_detection/yolov5/models/')")
118
  os.system("sys.path.insert(0, './test_detection/yolov5/')")
119
  sys.path.insert(0, './yolov5')
120
+ sys.path.insert(0, 'home/user/app/test_detection/yolov5')
121
+ os.system("sys.path.insert(0, 'home/user/app/test_detection/yolov5')")
122
 
123
  st.write(os.listdir('test_detection/yolov5/'))
124