Spaces:
Runtime error
Runtime error
Commit
·
6bfbecf
1
Parent(s):
cdc5cee
Update app.py
Browse files
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=
|
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",
|