Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from PIL import Image
|
|
3 |
import numpy as np
|
4 |
from tensorflow.keras.models import load_model
|
5 |
|
6 |
-
|
7 |
# Define a function to make predictions on a single image
|
8 |
def predict_single_image(image, model):
|
9 |
try:
|
|
|
3 |
import numpy as np
|
4 |
from tensorflow.keras.models import load_model
|
5 |
|
|
|
6 |
# Define a function to make predictions on a single image
|
7 |
def predict_single_image(image, model):
|
8 |
try:
|