Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ if uploaded_file is not None:
|
|
| 37 |
with open(uploaded_file.name, "wb") as file:
|
| 38 |
file.write(bytes_data)
|
| 39 |
st.image(uploaded_file, caption="Uploaded Image",
|
| 40 |
-
|
| 41 |
|
| 42 |
#Stage 1: Image to Text
|
| 43 |
st.text('Processing img2text...')
|
|
|
|
| 37 |
with open(uploaded_file.name, "wb") as file:
|
| 38 |
file.write(bytes_data)
|
| 39 |
st.image(uploaded_file, caption="Uploaded Image",
|
| 40 |
+
use_container_width=True)
|
| 41 |
|
| 42 |
#Stage 1: Image to Text
|
| 43 |
st.text('Processing img2text...')
|