himanshu3103 commited on
Commit
97187bc
Β·
1 Parent(s): 06497df

added more examples

Browse files
Files changed (7) hide show
  1. .DS_Store +0 -0
  2. J_Hope.jpg +0 -0
  3. RM.jpg +0 -0
  4. Suga.jpg +0 -0
  5. V.jpg +0 -0
  6. V1.jpg +0 -0
  7. app.py +1 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
J_Hope.jpg ADDED
RM.jpg ADDED
Suga.jpg ADDED
V.jpg CHANGED
V1.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','V.jpg','Jung_Kook.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','V.jpg','Jung_Kook.jpg','V1.jpg','J_Hope.jpg','Suga.jpg','RM.jpg']
16
  interpretation='default'
17
  enable_queue=True
18