otmanheddouch commited on
Commit
3c1df41
·
verified ·
1 Parent(s): 2a01df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
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
 
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