Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ class_labels = [
|
|
| 42 |
|
| 43 |
@st.cache_resource
|
| 44 |
def load_trained_model():
|
| 45 |
-
return load_model('
|
| 46 |
|
| 47 |
def compress_image(image_bytes, max_size_kb=500):
|
| 48 |
img = Image.open(io.BytesIO(image_bytes))
|
|
|
|
| 42 |
|
| 43 |
@st.cache_resource
|
| 44 |
def load_trained_model():
|
| 45 |
+
return load_model('my_inceptionmodelwithoutaug8a.h5')
|
| 46 |
|
| 47 |
def compress_image(image_bytes, max_size_kb=500):
|
| 48 |
img = Image.open(io.BytesIO(image_bytes))
|