yvoievid commited on
Commit
35d44ca
·
1 Parent(s): 65c5f59

reduce examples to 1

Browse files
Files changed (2) hide show
  1. .app.py.swp +0 -0
  2. app.py +1 -1
.app.py.swp CHANGED
Binary files a/.app.py.swp and b/.app.py.swp differ
 
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(img):
14
  title = "Horde or Aliance Classifier"
15
  description = "Horde or Aliance Classifier created in Hugging Face Spaces"
16
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
17
- examples = ['horde.jpeg', 'alliance.jpeg']
18
  interpretation='default'
19
  enable_queue=True
20
 
 
14
  title = "Horde or Aliance Classifier"
15
  description = "Horde or Aliance Classifier created in Hugging Face Spaces"
16
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
17
+ examples = ['horde.jpeg']
18
  interpretation='default'
19
  enable_queue=True
20