Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if uploaded_file is not None:
|
|
29 |
with open(uploaded_file.name, "wb") as file:
|
30 |
file.write(bytes_data)
|
31 |
st.image(uploaded_file, caption="Uploaded Image",
|
32 |
-
|
33 |
|
34 |
#Stage 1: Image to Text
|
35 |
st.text('Processing img2text...')
|
|
|
29 |
with open(uploaded_file.name, "wb") as file:
|
30 |
file.write(bytes_data)
|
31 |
st.image(uploaded_file, caption="Uploaded Image",
|
32 |
+
use_container_width=True)
|
33 |
|
34 |
#Stage 1: Image to Text
|
35 |
st.text('Processing img2text...')
|