alexiss12341 commited on
Commit
460d0cc
1 Parent(s): 4d297d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",
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)",
12
  allow_flagging="never").launch(inbrowser=True)