ritwikraha commited on
Commit
bef7a3a
1 Parent(s): 4198ee9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with col2:
263
  color = tf.keras.utils.array_to_img(color)
264
  #depth = tf.keras.utils.array_to_img(depth)
265
 
266
- st.image(color, caption = "Color",clamp = True, width = 600)
267
  #st.image(depth, caption = "Depth",clamp = True, width = 200)
268
 
269
 
 
263
  color = tf.keras.utils.array_to_img(color)
264
  #depth = tf.keras.utils.array_to_img(depth)
265
 
266
+ st.image(color, caption = "Color",clamp = True, width = 400)
267
  #st.image(depth, caption = "Depth",clamp = True, width = 200)
268
 
269