Spaces:
Sleeping
Sleeping
DSCmatter commited on
Commit ·
f2a15b4
1
Parent(s): 621eb99
correction
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from PIL import Image
|
|
| 10 |
@st.cache_resource
|
| 11 |
def load_my_model():
|
| 12 |
# Load the new, modern .keras file
|
| 13 |
-
model = load_model('
|
| 14 |
return model
|
| 15 |
|
| 16 |
class_names = {
|
|
|
|
| 10 |
@st.cache_resource
|
| 11 |
def load_my_model():
|
| 12 |
# Load the new, modern .keras file
|
| 13 |
+
model = load_model('resnet50_dryfruits.keras')
|
| 14 |
return model
|
| 15 |
|
| 16 |
class_names = {
|