nakulpyasi commited on
Commit
ceac5e5
1 Parent(s): b572d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(img):
9
  pred,pred_idx,probs = learn.predict(img)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
- title = "Perfect Window/Damaged_Window Classifier"
13
  description = "A Window/Damaged_Window classifier trained on the google random images. Please use the examples to try it out. Created as a demo."
14
  examples = ['w2.jpeg','w3.jpg','w4.jpg','w5.jpg']
15
  interpretation='default'
 
9
  pred,pred_idx,probs = learn.predict(img)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
+ title = "Perfect_Window/Damaged_Window Classifier"
13
  description = "A Window/Damaged_Window classifier trained on the google random images. Please use the examples to try it out. Created as a demo."
14
  examples = ['w2.jpeg','w3.jpg','w4.jpg','w5.jpg']
15
  interpretation='default'