Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
|
|
7 |
|
8 |
|
9 |
def perform(image):
|
10 |
-
|
11 |
# Predict with the model
|
12 |
results = model(image, save=True) # predict on an image
|
13 |
# get the saved prediction
|
|
|
7 |
|
8 |
|
9 |
def perform(image):
|
10 |
+
"""Perform the task of detection"""
|
11 |
# Predict with the model
|
12 |
results = model(image, save=True) # predict on an image
|
13 |
# get the saved prediction
|