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