otmanheddouch commited on
Commit
e8ffe3a
·
verified ·
1 Parent(s): 89fca02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import tempfile
7
  from PIL import Image
8
 
9
- def perform(image, task: str="detect"):
10
  # Predict with the model
11
  results = model(image, save=True) # predict on an image
12
 
 
6
  import tempfile
7
  from PIL import Image
8
 
9
+ def perform(image):
10
  # Predict with the model
11
  results = model(image, save=True) # predict on an image
12