Anu159 commited on
Commit
5c5e53b
·
verified ·
1 Parent(s): 01b250d

Fix input shape to match model

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ def predict_image(file):
48
 
49
  return label, float(prob)
50
 
51
-
52
  # -----------------------------
53
  # Upload
54
  # -----------------------------
 
48
 
49
  return label, float(prob)
50
 
 
51
  # -----------------------------
52
  # Upload
53
  # -----------------------------