kellyshreeve commited on
Commit
fa5f59e
·
verified ·
1 Parent(s): 0759b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ title = 'Natural Landscape Photo Classifier'
14
  description = 'Click an example photo or upload an image of your own!'
15
  examples = ['farm.jpg', 'lake.jpg', 'solar.jpg', 'neighborhood.jpg']
16
  inputs=gr.Image(type='pil',
17
- lable='Photo')
18
  outputs = gr.Label(value={labels[i]: 0 for i in range(len(labels))},
19
  label='Type of Landscape',
20
  show_label=True)
 
14
  description = 'Click an example photo or upload an image of your own!'
15
  examples = ['farm.jpg', 'lake.jpg', 'solar.jpg', 'neighborhood.jpg']
16
  inputs=gr.Image(type='pil',
17
+ label='Photo')
18
  outputs = gr.Label(value={labels[i]: 0 for i in range(len(labels))},
19
  label='Type of Landscape',
20
  show_label=True)