prasanthr0416 commited on
Commit
4520d1e
·
verified ·
1 Parent(s): 8b4cd5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (1).h5`
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