Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DimaML
/
emotion-classifierV2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DimaML
commited on
May 21, 2024
Commit
10209a6
·
verified
·
1 Parent(s):
0f2dcbe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,7 @@ app = gr.Interface(
18
'./example1.jpg',
19
'./example2.jpg',
20
'./example3.jpg',
21
-
]
22
live=True
23
)
24
18
'./example1.jpg',
19
'./example2.jpg',
20
'./example3.jpg',
21
+
]
,
22
live=True
23
)
24