Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
from PIL import Image
|
5 |
|
6 |
# Load the model
|
7 |
-
model = tf.saved_model.load('
|
8 |
|
9 |
# Define the prediction function
|
10 |
def predict(image):
|
|
|
4 |
from PIL import Image
|
5 |
|
6 |
# Load the model
|
7 |
+
model = tf.saved_model.load('.')
|
8 |
|
9 |
# Define the prediction function
|
10 |
def predict(image):
|