phoughton commited on
Commit
5b556cb
·
1 Parent(s): dbf0026

fix georgian file name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ categories = learn.dls.vocab
14
 
15
  image = gr.Image(type='pil')
16
  label = gr.Label()
17
- examples = ['tudor_cottage.jpg', 'geogian_terrace.jpg']
18
 
19
  intf = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples, title="Architecture Classifier")
20
  intf.launch(inline=False)
 
14
 
15
  image = gr.Image(type='pil')
16
  label = gr.Label()
17
+ examples = ['tudor_cottage.jpg', 'georgian_terrace.jpg']
18
 
19
  intf = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples, title="Architecture Classifier")
20
  intf.launch(inline=False)