anatexis commited on
Commit
0f8e225
1 Parent(s): c147bf6

jpeg files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def predict(img):
17
  title = "Lego Classifier"
18
  description = "Classifies Lego into 'Ninjago' and 'Non Ninjago' with fastai. Created from the fastai demo for Gradio and HuggingFace Spaces."
19
  #article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
20
- examples = ['ninjago.jpg', 'lego_nn.jpg']
21
  interpretation = 'default'
22
  enable_queue = True
23
 
 
17
  title = "Lego Classifier"
18
  description = "Classifies Lego into 'Ninjago' and 'Non Ninjago' with fastai. Created from the fastai demo for Gradio and HuggingFace Spaces."
19
  #article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
20
+ examples = ['ninjago.jpeg', 'lego.jpeg']
21
  interpretation = 'default'
22
  enable_queue = True
23