Update app.py
Browse files
app.py
CHANGED
|
@@ -167,8 +167,10 @@ elif selected == 'Projects':
|
|
| 167 |
st.image(model_out(imgs[0],'Portfolio Projects/FloodAreaSegmentationUnetPix2Pix.h5'),use_column_width=False)
|
| 168 |
if img_selected_option == 'img2':
|
| 169 |
st.image(model_out(imgs[1],'Portfolio Projects/FloodAreaSegmentationUnetPix2Pix.h5'),use_column_width=False)
|
|
|
|
|
|
|
| 170 |
if selected_option == 'Cyclegan':
|
| 171 |
-
imgs = img_prep(['
|
| 172 |
col1,col2 = st.columns(2)
|
| 173 |
with col1:
|
| 174 |
st.image(imgs[0],use_column_width=False)
|
|
|
|
| 167 |
st.image(model_out(imgs[0],'Portfolio Projects/FloodAreaSegmentationUnetPix2Pix.h5'),use_column_width=False)
|
| 168 |
if img_selected_option == 'img2':
|
| 169 |
st.image(model_out(imgs[1],'Portfolio Projects/FloodAreaSegmentationUnetPix2Pix.h5'),use_column_width=False)
|
| 170 |
+
|
| 171 |
+
|
| 172 |
if selected_option == 'Cyclegan':
|
| 173 |
+
imgs = img_prep(['cyclegan1.jpg','cyclegan2.jpg'])
|
| 174 |
col1,col2 = st.columns(2)
|
| 175 |
with col1:
|
| 176 |
st.image(imgs[0],use_column_width=False)
|