EdwinLH commited on
Commit
f40f30c
·
verified ·
1 Parent(s): b279fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
 
9
 
10
  # Define input image size (must match training settings)
11
- image_size = (128, 128)
12
 
13
  # Function to build the VGG16 model
14
  def build_vgg16_model():
 
8
 
9
 
10
  # Define input image size (must match training settings)
11
+ image_size = (224, 224)
12
 
13
  # Function to build the VGG16 model
14
  def build_vgg16_model():