Hem345 commited on
Commit
9172d93
·
verified ·
1 Parent(s): a405101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ 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("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
14
 
15
 
 
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 here") st.markdown("[Image](https://tinyurl.com/7fxrkds8)")
14
  st.subheader("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
15
 
16