Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnkitAI
/
deberta-xlarge-base-emotions-classifier
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AnkitAI
commited on
Jun 30, 2024
Commit
e23e231
·
verified
·
1 Parent(s):
6f21f1b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/AnkitAI/
reviews
-
roberta
-base-
sentiment
-
analysis
").launch()
1
import gradio as gr
2
3
+
gr.load("models/AnkitAI/
deberta
-
xlarge
-base-
emotions
-
classifier
").launch()