Spaces:
Build error
Build error
Commit ·
04262b8
1
Parent(s): ff9f735
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from PIL import Image
|
|
| 18 |
# Get the index of the predicted class
|
| 19 |
|
| 20 |
|
| 21 |
-
model_file="model4.h5"
|
| 22 |
img_file=st.file_uploader("Tải lên ảnh chó hoặc mèo",type=["png","jpg","jpeg"])
|
| 23 |
temp_file2 = tempfile.NamedTemporaryFile(delete=False)
|
| 24 |
if img_file is not None:
|
|
|
|
| 18 |
# Get the index of the predicted class
|
| 19 |
|
| 20 |
|
| 21 |
+
model_file="model4 (1).h5"
|
| 22 |
img_file=st.file_uploader("Tải lên ảnh chó hoặc mèo",type=["png","jpg","jpeg"])
|
| 23 |
temp_file2 = tempfile.NamedTemporaryFile(delete=False)
|
| 24 |
if img_file is not None:
|