Beasto commited on
Commit
82852c8
·
verified ·
1 Parent(s): 3bfcb5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -192,6 +192,10 @@ elif selected == 'Projects':
192
  st.image(model_out(imgs[1],'Portfolio Projects/photo2monet2.h5'),use_column_width=False)
193
 
194
  if selected_option == 'DCGAN':
 
 
 
 
195
  model = tf.keras.models.load_model('Portfolio Projects/doggen3.h5')
196
 
197
  # Create a button
 
192
  st.image(model_out(imgs[1],'Portfolio Projects/photo2monet2.h5'),use_column_width=False)
193
 
194
  if selected_option == 'DCGAN':
195
+
196
+ st.header('Description')
197
+ st.write('This is a DCGAN model that turns a random noise vector into an Image of a dog(that sometimes turns out disformed) using Convolutional2D Transpose layers')
198
+ st.header('Architecture')
199
  model = tf.keras.models.load_model('Portfolio Projects/doggen3.h5')
200
 
201
  # Create a button