Spaces:
Running
Running
new model
Browse files- app.py +1 -1
- cat_dog_model.h5 +0 -3
app.py
CHANGED
@@ -45,7 +45,7 @@ if not os.path.exists(cat_dir) or not os.path.exists(dog_dir):
|
|
45 |
# π Constants
|
46 |
IMG_SIZE = (150, 150)
|
47 |
BATCH_SIZE = 32
|
48 |
-
MODEL_PATH = "
|
49 |
|
50 |
# π― Load Model
|
51 |
if os.path.exists(MODEL_PATH):
|
|
|
45 |
# π Constants
|
46 |
IMG_SIZE = (150, 150)
|
47 |
BATCH_SIZE = 32
|
48 |
+
MODEL_PATH = "cats_dogs_model.h5" # Fixed model filename
|
49 |
|
50 |
# π― Load Model
|
51 |
if os.path.exists(MODEL_PATH):
|
cat_dog_model.h5
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:34d80a588a65963a2aac605c3339a3eddf56e9a7efb61e14d4b0f73dc58afab6
|
3 |
-
size 228457760
|
|
|
|
|
|
|
|