atlury commited on
Commit
eff3bf4
·
verified ·
1 Parent(s): 35a1f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ if not os.path.exists(model_path_1):
36
 
37
  if not os.path.exists(model_path_2):
38
  # Assume the second model file is manually uploaded in the specified path
 
39
 
40
  # Load models
41
  model_1 = YOLO(model_path_1)
 
36
 
37
  if not os.path.exists(model_path_2):
38
  # Assume the second model file is manually uploaded in the specified path
39
+ pass
40
 
41
  # Load models
42
  model_1 = YOLO(model_path_1)