Spaces:
Build error
Build error
Leo Liu commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def main():
|
|
| 32 |
bytes_data = uploaded_file.getvalue()
|
| 33 |
with open(uploaded_file.name, "wb") as file:
|
| 34 |
file.write(bytes_data)
|
| 35 |
-
st.image(uploaded_file, caption="Uploaded Image",
|
| 36 |
|
| 37 |
|
| 38 |
#Stage 1: Image to Text
|
|
|
|
| 32 |
bytes_data = uploaded_file.getvalue()
|
| 33 |
with open(uploaded_file.name, "wb") as file:
|
| 34 |
file.write(bytes_data)
|
| 35 |
+
st.image(uploaded_file, caption="Uploaded Image", use_container_width=True)
|
| 36 |
|
| 37 |
|
| 38 |
#Stage 1: Image to Text
|