Beasto commited on
Commit
c09e8d8
·
verified ·
1 Parent(s): e556d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ elif selected == 'Projects':
190
  if img_selected_option == 'img2':
191
  st.image(model_out(imgs[1],'Portfolio Projects/photo2monet2.h5'),use_column_width=False)
192
 
193
- if selected_option == 'Pix2pix':
194
  imgs = img_prep(['pix2pix1.jpg','pix2pix2.jpg'])
195
  col1,col2 = st.columns(2)
196
  with col1:
 
190
  if img_selected_option == 'img2':
191
  st.image(model_out(imgs[1],'Portfolio Projects/photo2monet2.h5'),use_column_width=False)
192
 
193
+ if selected_option == 'Pix2Pix':
194
  imgs = img_prep(['pix2pix1.jpg','pix2pix2.jpg'])
195
  col1,col2 = st.columns(2)
196
  with col1: