Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = (
|
| 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():
|