Update app.py
Browse files
app.py
CHANGED
@@ -64,3 +64,5 @@ with st.expander("See first convolutional layer"):
|
|
64 |
|
65 |
with st.expander("See second convolutional layer"):
|
66 |
gridify_grayscale(params["Conv_1"]["kernel"], grid=(32,64), kernel_size=(3,3))
|
|
|
|
|
|
64 |
|
65 |
with st.expander("See second convolutional layer"):
|
66 |
gridify_grayscale(params["Conv_1"]["kernel"], grid=(32,64), kernel_size=(3,3))
|
67 |
+
|
68 |
+
st.write("The model and its details are at https://huggingface.co/PrakhAI/CatVsDog")
|