Spaces:
Sleeping
Sleeping
Leo Liu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if uploaded_file is not None:
|
|
46 |
with open(uploaded_file.name, "wb") as file:
|
47 |
file.write(bytes_data)
|
48 |
st.image(uploaded_file, caption="Uploaded Image",
|
49 |
-
|
50 |
|
51 |
#Stage 1: Image to Text
|
52 |
st.text('Processing img2text...')
|
|
|
46 |
with open(uploaded_file.name, "wb") as file:
|
47 |
file.write(bytes_data)
|
48 |
st.image(uploaded_file, caption="Uploaded Image",
|
49 |
+
use_container_width=True)
|
50 |
|
51 |
#Stage 1: Image to Text
|
52 |
st.text('Processing img2text...')
|