wayandadang
commited on
Commit
•
cd423db
1
Parent(s):
f908d63
update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def preprocess_image(image):
|
|
113 |
return transform(image).unsqueeze(0)
|
114 |
|
115 |
# Streamlit app
|
116 |
-
st.title("Cat and Dog Classification with
|
117 |
|
118 |
st.sidebar.title("Upload Images")
|
119 |
uploaded_file = st.sidebar.file_uploader("Choose an image...", type=["jpg", "jpeg", "png", "webp"])
|
|
|
113 |
return transform(image).unsqueeze(0)
|
114 |
|
115 |
# Streamlit app
|
116 |
+
st.title("Cat and Dog Classification with CNN-KAN")
|
117 |
|
118 |
st.sidebar.title("Upload Images")
|
119 |
uploaded_file = st.sidebar.file_uploader("Choose an image...", type=["jpg", "jpeg", "png", "webp"])
|