alexrods commited on
Commit
37e5074
1 Parent(s): 62f71b3

add results columns in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,11 +98,11 @@ if file_imagen is not None:
98
 
99
  with col1:
100
  st.subheader("Segmentacion: ")
101
- st.image(output[0], width=400)
102
 
103
  with col2:
104
  st.subheader("Mask: ")
105
- st.image(output[1], width=400)
106
 
107
  # article = "<div style='text-align: center;'><a href='https://keras.io/examples/vision/deeplabv3_plus/' target='_blank'>Keras example by Praveen Kaushik</a></div>"
108
  # gr.Interface(segmentation, i, o, examples=examples, allow_flagging=False, analytics_enabled=False,
 
98
 
99
  with col1:
100
  st.subheader("Segmentacion: ")
101
+ st.image(output[0], width=425)
102
 
103
  with col2:
104
  st.subheader("Mask: ")
105
+ st.image(output[1], width=425)
106
 
107
  # article = "<div style='text-align: center;'><a href='https://keras.io/examples/vision/deeplabv3_plus/' target='_blank'>Keras example by Praveen Kaushik</a></div>"
108
  # gr.Interface(segmentation, i, o, examples=examples, allow_flagging=False, analytics_enabled=False,