Spaces:
Sleeping
Sleeping
NyanSwanAung23
commited on
Commit
Β·
edb429d
1
Parent(s):
32e999f
add new examples
Browse files- app.py +3 -5
- examples/angry.jpeg +0 -0
- examples/{angry-1.png β fearful.png} +0 -0
- examples/{smile-1.png β happy.png} +0 -0
- examples/sad-1.png +0 -0
- examples/sad-2.png +0 -0
- examples/smile-2.png +0 -0
app.py
CHANGED
@@ -8,11 +8,9 @@ video_examples = [os.path.join(os.path.dirname(__file__),
|
|
8 |
"examples/group_test.mp4")]
|
9 |
|
10 |
img_examples = [["examples/group_test.png"],
|
11 |
-
["examples/
|
12 |
-
["examples/
|
13 |
-
["examples/angry
|
14 |
-
["examples/sad-1.png"],
|
15 |
-
["examples/sad-2.png"]]
|
16 |
|
17 |
ai_models = Classifier()
|
18 |
|
|
|
8 |
"examples/group_test.mp4")]
|
9 |
|
10 |
img_examples = [["examples/group_test.png"],
|
11 |
+
["examples/happy.png"],
|
12 |
+
["examples/fearful.png"],
|
13 |
+
["examples/angry.jpeg"]]
|
|
|
|
|
14 |
|
15 |
ai_models = Classifier()
|
16 |
|
examples/angry.jpeg
ADDED
![]() |
examples/{angry-1.png β fearful.png}
RENAMED
File without changes
|
examples/{smile-1.png β happy.png}
RENAMED
File without changes
|
examples/sad-1.png
DELETED
Binary file (25.9 kB)
|
|
examples/sad-2.png
DELETED
Binary file (67.2 kB)
|
|
examples/smile-2.png
DELETED
Binary file (64.8 kB)
|
|