Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ from keras.datasets import mnist
|
|
10 |
st.title("Autoencoder Visualization")
|
11 |
st.subheader("Please train the autoencoder on MNIST train dataset")
|
12 |
st.subheader("Test and observe decoding below")
|
13 |
-
st.subheader("View the autoencoder architecture
|
|
|
14 |
st.subheader("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
|
15 |
|
16 |
|
|
|
10 |
st.title("Autoencoder Visualization")
|
11 |
st.subheader("Please train the autoencoder on MNIST train dataset")
|
12 |
st.subheader("Test and observe decoding below")
|
13 |
+
st.subheader("View the autoencoder architecture:")
|
14 |
+
st.markdown("[Image](https://tinyurl.com/7fxrkds8)")
|
15 |
st.subheader("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
|
16 |
|
17 |
|