Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
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 |
|
|
|
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 |
|