nostalgebraist commited on
Commit
ab4b236
·
1 Parent(s): b43ef12
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ if st.button('rweerew'):
90
  xs = Image.fromarray(xs[0])
91
  target = low_res if s.size[0] < 256 else high_res
92
  with target.container():
93
- st.write([s, xs])
94
 
95
  # x = st.slider('Select a value')
96
  # st.write(x, 'squared is', x * x)
 
90
  xs = Image.fromarray(xs[0])
91
  target = low_res if s.size[0] < 256 else high_res
92
  with target.container():
93
+ st.image([s, xs])
94
 
95
  # x = st.slider('Select a value')
96
  # st.write(x, 'squared is', x * x)