Viraj2307 commited on
Commit
26a54ef
·
1 Parent(s): d084c79

Spell Check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png
44
 
45
  if uploaded_file is not None:
46
  image = Image.open(io.BytesIO(uploaded_file.read())).convert('RGB')
47
- st.image(image, caption='Uploaded Image', use_contanier_width=True)
48
 
49
  # Preprocess the image
50
  processed_image = preprocess_image(image)
 
44
 
45
  if uploaded_file is not None:
46
  image = Image.open(io.BytesIO(uploaded_file.read())).convert('RGB')
47
+ st.image(image, caption='Uploaded Image', use_container_width=True)
48
 
49
  # Preprocess the image
50
  processed_image = preprocess_image(image)