ritwikraha
commited on
Commit
•
bef7a3a
1
Parent(s):
4198ee9
check
Browse files
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 =
|
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 |
|