Ashish Soni commited on
Commit
bccfcd5
·
1 Parent(s): d7bb05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def classify(im):
18
  confidences = {label: float(probs[i]) for i, label in enumerate(labels)}
19
  return confidences
20
 
21
-
22
  title = """<h1 id="title">Bean plant health predictor through images of leaves using ViT image classifier</h1>"""
23
 
24
  description = """
 
18
  confidences = {label: float(probs[i]) for i, label in enumerate(labels)}
19
  return confidences
20
 
21
+ #### APP #####
22
  title = """<h1 id="title">Bean plant health predictor through images of leaves using ViT image classifier</h1>"""
23
 
24
  description = """