Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ image_bytes = query({
|
|
30 |
|
31 |
|
32 |
image = Image.open(io.BytesIO(image_bytes))
|
33 |
-
st.image(image, caption="image", width=None, use_column_width=None, clamp=False, channels="RGB", output_format="
|
34 |
# st.image(image=image,caption="image")
|
35 |
# st.image(image)
|
36 |
# st.image(image : image,caption=image)
|
|
|
30 |
|
31 |
|
32 |
image = Image.open(io.BytesIO(image_bytes))
|
33 |
+
st.image(image, caption="image", width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto")
|
34 |
# st.image(image=image,caption="image")
|
35 |
# st.image(image)
|
36 |
# st.image(image : image,caption=image)
|