Spaces:
Runtime error
Runtime error
alexiss12341
commited on
Commit
·
f96024a
1
Parent(s):
460d0cc
Update app.py
Browse files
app.py
CHANGED
@@ -8,5 +8,5 @@ pipe = pipeline(task="text-classification",
|
|
8 |
|
9 |
gr.Interface.from_pipeline(pipe,
|
10 |
title="Bertweet Base Sentiment Analysis",
|
11 |
-
description="Tweet Classification using POS, NEU, NEG labels (For English Only)",
|
12 |
allow_flagging="never").launch(inbrowser=True)
|
|
|
8 |
|
9 |
gr.Interface.from_pipeline(pipe,
|
10 |
title="Bertweet Base Sentiment Analysis",
|
11 |
+
description="Tweet Classification using POS, NEU, NEG labels (For English Only) \nThis space uses finiteautomata/bertweet-base-sentiment-analysis model which was trained using SemiEval 2017 corpus. The base model is BERTweet, a RoBERTa model trained on English tweets.",
|
12 |
allow_flagging="never").launch(inbrowser=True)
|