Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
project-x-123
/
emotion-detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shashankverma590
commited on
Dec 28, 2024
Commit
27f9d96
·
verified
·
1 Parent(s):
0210768
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ app = gr.Interface(
22
23
24
if __name__ == "__main__":
25
-
demo
.launch()
22
23
24
if __name__ == "__main__":
25
+
app
.launch()