Prabhsimran09 commited on
Commit
e20f877
·
verified ·
1 Parent(s): e5a65d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if uploaded_file is not None:
16
 
17
  # Show the image
18
  image = Image.open(uploaded_file)
19
- col1.image(image, caption="Uploaded Image", use_container_width=True)
20
 
21
  # Run prediction
22
  predictions = classifier(image)
 
16
 
17
  # Show the image
18
  image = Image.open(uploaded_file)
19
+ col1.image(image, caption="Uploaded Image", use_container_width=True)
20
 
21
  # Run prediction
22
  predictions = classifier(image)