prasanthr0416 commited on
Commit
8b4cd5f
·
verified ·
1 Parent(s): 49e1c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.models import load_model
6
  from tensorflow.keras.preprocessing.image import img_to_array
7
 
8
  # CONFIG
9
- MODEL_PATH = "custom_cnn_last4_finetuned (1).h5"
10
  IMG_SIZE = (256, 256)
11
 
12
  CLASS_NAMES = [
 
6
  from tensorflow.keras.preprocessing.image import img_to_array
7
 
8
  # CONFIG
9
+ MODEL_PATH = "custom_cnn_last4_finetuned.h5"
10
  IMG_SIZE = (256, 256)
11
 
12
  CLASS_NAMES = [