nurindahpratiwi commited on
Commit
0fc7d3b
·
1 Parent(s): 0627589

change model and purpose

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from transformers import pipeline
3
  from PIL import Image
4
 
5
  #pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
- pipeline = pipeline(task="image-classification", model="Rajaram1996/FacialEmoRecog")
 
7
 
8
  st.title("Hot Dog? Or Not?")
9
 
 
3
  from PIL import Image
4
 
5
  #pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
+ #pipeline = pipeline(task="image-classification", model="Rajaram1996/FacialEmoRecog")
7
+ pipeline = pipeline(task="image-classification", model="Bazaar/cv_apple_leaf_disease_detection")
8
 
9
  st.title("Hot Dog? Or Not?")
10