NassimeBejaia commited on
Commit
6699f11
1 Parent(s): c8b0e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -120,12 +120,12 @@ if __name__ == '__main__':
120
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
121
 
122
 
123
- os.system("sys.path.insert(0, './test_detection/yolov5/models/')")
124
- os.system("sys.path.insert(0, './test_detection/yolov5/')")
125
  sys.path.insert(0, './yolov5')
126
 
127
- sys.path.insert(0, './home/user/app/test_detection/yolov5')
128
- sys.path.insert(0, '/home/user/app/test_detection/yolov5')
129
 
130
 
131
 
 
120
  os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
121
 
122
 
123
+ os.system("sys.path.insert(0, './test_detection/yolov5/models')")
124
+ os.system("sys.path.insert(0, './test_detection/yolov5')")
125
  sys.path.insert(0, './yolov5')
126
 
127
+ sys.path.insert(0, './app/test_detection/yolov5')
128
+ sys.path.insert(0, '/app/test_detection/yolov5')
129
 
130
 
131