Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ class ImageSimilarity:
|
|
| 30 |
self.batch_size = BATCH_SIZE
|
| 31 |
self.img_size = IMG_SIZE
|
| 32 |
self.img_dir = img_dir
|
| 33 |
-
self.model = tf.keras.applications.
|
| 34 |
input_shape=(IMG_SIZE, IMG_SIZE, 3),
|
| 35 |
# alpha=1.0,
|
| 36 |
include_top=False,
|
|
|
|
| 30 |
self.batch_size = BATCH_SIZE
|
| 31 |
self.img_size = IMG_SIZE
|
| 32 |
self.img_dir = img_dir
|
| 33 |
+
self.model = tf.keras.applications.EfficientNetB0(
|
| 34 |
input_shape=(IMG_SIZE, IMG_SIZE, 3),
|
| 35 |
# alpha=1.0,
|
| 36 |
include_top=False,
|