TotalUpbeat commited on
Commit
6bfbecf
·
1 Parent(s): cdc5cee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ model_heh = AutoModelForImageClassification.from_pretrained("Rajaram1996/FacialE
8
 
9
  pipe = pipeline(task="image-classification",
10
  # model that can do 22k-category classification
11
- model=model_heh)
12
  gr.Interface.from_pipeline(pipe,
13
  title="22k Image Classification",
14
  description="Object Recognition using Microsoft BEIT",
 
8
 
9
  pipe = pipeline(task="image-classification",
10
  # model that can do 22k-category classification
11
+ model="Rajaram1996/FacialEmoRecog")
12
  gr.Interface.from_pipeline(pipe,
13
  title="22k Image Classification",
14
  description="Object Recognition using Microsoft BEIT",