Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from datetime import datetime
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# Load the model
|
| 10 |
-
model = YOLO('
|
| 11 |
|
| 12 |
def preprocess_image(image, blur_amount, brightness_level, rotation_angle):
|
| 13 |
# Convert to PIL Image if needed
|
|
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# Load the model
|
| 10 |
+
model = YOLO('best.pt')
|
| 11 |
|
| 12 |
def preprocess_image(image, blur_amount, brightness_level, rotation_angle):
|
| 13 |
# Convert to PIL Image if needed
|