WatermelonPapaya commited on
Commit
7577f7b
·
verified ·
1 Parent(s): 14c5141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -51,11 +51,8 @@ if uploaded_image is not None:
51
  # Preprocess the image
52
  image = preprocess_image(
53
  Image.open(
54
- io.BytesIO(
55
- uploaded_image
56
- )
57
  )
58
-
59
  )
60
 
61
  # Fetch the model
 
51
  # Preprocess the image
52
  image = preprocess_image(
53
  Image.open(
54
+ uploaded_image
 
 
55
  )
 
56
  )
57
 
58
  # Fetch the model