Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def load_cnn_model():
|
|
| 36 |
st.error(f"Model loading failed:\n{e}")
|
| 37 |
st.info("""
|
| 38 |
**Upload your model file to this Space:**
|
| 39 |
-
File must be named: `custom_cnn_last4_finetuned
|
| 40 |
""")
|
| 41 |
return None
|
| 42 |
|
|
|
|
| 36 |
st.error(f"Model loading failed:\n{e}")
|
| 37 |
st.info("""
|
| 38 |
**Upload your model file to this Space:**
|
| 39 |
+
File must be named: `custom_cnn_last4_finetuned.h5`
|
| 40 |
""")
|
| 41 |
return None
|
| 42 |
|