nakulpyasi commited on
Commit
d96d95f
1 Parent(s): e033ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def predict(img):
11
 
12
  title = "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.jpg','w3.jpg','w4.jpg']
15
  interpretation='default'
16
  enable_queue=True
17
 
 
11
 
12
  title = "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']
15
  interpretation='default'
16
  enable_queue=True
17