hlydecker commited on
Commit
aeeae70
·
verified ·
1 Parent(s): ce15296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ def predict(image):
36
  return {label: float(predicted_class_prob)}
37
 
38
 
39
- examples = [['data/closed_highrise.jpg'], ['data/open_lowrise.jpg'],['data/dense_trees.jpg'],['data/large_lowrise.jpg']]
40
  gr.Interface(predict, gr.Image(type="pil"), "label", examples=examples).launch()
 
36
  return {label: float(predicted_class_prob)}
37
 
38
 
39
+ examples = [['data/closed_highrise.png'], ['data/open_lowrise.png'],['data/dense_trees.png'],['data/large_lowrise.png']]
40
  gr.Interface(predict, gr.Image(type="pil"), "label", examples=examples).launch()