Leo Liu commited on
Commit
858d64d
·
verified ·
1 Parent(s): e3f6286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- use_column_width=True)
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...')