datnguyentien204 commited on
Commit
04262b8
1 Parent(s): ff9f735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: