Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
|
|
3 |
from PIL import Image
|
4 |
from ultralytics import YOLO
|
5 |
|
6 |
-
model = YOLO('best(1).pt')
|
7 |
|
8 |
def response(image):
|
9 |
results = model(image)
|
|
|
3 |
from PIL import Image
|
4 |
from ultralytics import YOLO
|
5 |
|
6 |
+
model = YOLO('best (1).pt')
|
7 |
|
8 |
def response(image):
|
9 |
results = model(image)
|