Leo Liu commited on
Commit
a3eba11
·
verified ·
1 Parent(s): 5225da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def main():
32
  bytes_data = uploaded_file.getvalue()
33
  with open(uploaded_file.name, "wb") as file:
34
  file.write(bytes_data)
35
- st.image(uploaded_file, caption="Uploaded Image", use_column_width=True)
36
 
37
 
38
  #Stage 1: Image to Text
 
32
  bytes_data = uploaded_file.getvalue()
33
  with open(uploaded_file.name, "wb") as file:
34
  file.write(bytes_data)
35
+ st.image(uploaded_file, caption="Uploaded Image", use_container_width=True)
36
 
37
 
38
  #Stage 1: Image to Text