Update app.py
Browse files
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)
|