Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- Inception_V2.h5 +3 -0
- app.py +1 -1
Inception_V2.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d730eb04b63989f790003c0cefa4a2490069034d85fb522e015fad8654f3d64c
|
3 |
+
size 656736176
|
app.py
CHANGED
@@ -5,7 +5,7 @@ from tensorflow.keras.preprocessing import image
|
|
5 |
import numpy as np
|
6 |
from PIL import Image
|
7 |
|
8 |
-
model = tf.keras.models.load_model('
|
9 |
|
10 |
# Function for prediction
|
11 |
def predict(img):
|
|
|
5 |
import numpy as np
|
6 |
from PIL import Image
|
7 |
|
8 |
+
model = tf.keras.models.load_model('Inception_V2.h5')
|
9 |
|
10 |
# Function for prediction
|
11 |
def predict(img):
|