nomanabdullah2025 commited on
Commit
c75c6b9
·
verified ·
1 Parent(s): b7206ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ st.markdown(
31
  )
32
 
33
  # Load the HDF5 model
34
- model = tf.keras.models.load_model('hybrid_xception_effnet.h5') # Updated to .h5
35
 
36
  # Class labels
37
  labels = {
 
31
  )
32
 
33
  # Load the HDF5 model
34
+ model = tf.keras.models.load_model('best_model (1).h5') # Updated to .h5
35
 
36
  # Class labels
37
  labels = {