Beasto commited on
Commit
e556d0c
·
1 Parent(s): 0c031be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -186,9 +186,9 @@ elif selected == 'Projects':
186
  img_options = {'img1':1, 'img2':2}
187
  img_selected_option = st.selectbox('Select an Image', img_options)
188
  if img_selected_option == 'img1':
189
- st.image(model_out(imgs[0],'Portfolio Projects/photo2ukiyo.h5'),use_column_width=False)
190
  if img_selected_option == 'img2':
191
- st.image(model_out(imgs[1],'Portfolio Projects/photo2ukiyo.h5'),use_column_width=False)
192
 
193
  if selected_option == 'Pix2pix':
194
  imgs = img_prep(['pix2pix1.jpg','pix2pix2.jpg'])
 
186
  img_options = {'img1':1, 'img2':2}
187
  img_selected_option = st.selectbox('Select an Image', img_options)
188
  if img_selected_option == 'img1':
189
+ st.image(model_out(imgs[0],'Portfolio Projects/photo2monet2.h5'),use_column_width=False)
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'])