Spaces:
Sleeping
Sleeping
Different Model
Browse files- app.py +1 -1
- best_model_mobilenetv2_finetune.h5 +3 -0
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
| 3 |
import numpy as np
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
-
model = tf.keras.models.load_model("
|
| 7 |
|
| 8 |
def process(img):
|
| 9 |
img = img.resize((224,224))
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
+
model = tf.keras.models.load_model("best_model_mobilenetv2_finetune.h5")
|
| 7 |
|
| 8 |
def process(img):
|
| 9 |
img = img.resize((224,224))
|
best_model_mobilenetv2_finetune.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80b360bb842a7b52f5c7d26965a753efc2b53d9755c29aab41530b08eece4fe9
|
| 3 |
+
size 28783480
|