Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ else:
|
|
129 |
#f = stringio.read()
|
130 |
st.write(f)
|
131 |
image1= Image.open(f)
|
132 |
-
st.
|
133 |
st.image(image1,use_column_width = True)
|
134 |
#image_path = Path(f.name)
|
135 |
#st.write(image_path)
|
|
|
129 |
#f = stringio.read()
|
130 |
st.write(f)
|
131 |
image1= Image.open(f)
|
132 |
+
st.write(type(image1))
|
133 |
st.image(image1,use_column_width = True)
|
134 |
#image_path = Path(f.name)
|
135 |
#st.write(image_path)
|