himanshu3103 commited on
Commit
ffd97f8
β€’
1 Parent(s): 53ac47d

changed examples

Browse files
Files changed (2) hide show
  1. RM1.jpg +0 -0
  2. app.py +1 -1
RM1.jpg ADDED
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
  title = "BTS Members Classifier"
13
  # description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
14
  #article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
15
- examples = ['Jimin.jpg','Jung_Kook.jpg','J_Hope.jpg','RM.jpg']
16
  interpretation='default'
17
  enable_queue=True
18
 
 
12
  title = "BTS Members Classifier"
13
  # description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
14
  #article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
15
+ examples = ['Jimin.jpg','Jung_Kook.jpg','J_Hope.jpg','RM1.jpg']
16
  interpretation='default'
17
  enable_queue=True
18