cordondata commited on
Commit
b29eb29
1 Parent(s): c5b7edf

updated some text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ interface = gr.Interface(
49
  gr.Textbox(label="Token IDs"),
50
  gr.Textbox(label="Sentiment") # Only the sentiment (POSITIVE or NEGATIVE)
51
  ], # Output components
52
- title="Sentiment Analysis: pre-trained distilbert model, trained with SST-2 data",
53
- description="Enter text to analyze sentiment (positive/negative).",
54
  examples=[
55
  "This product exceeded my expectations! It’s easy to use, effective, and a great value. Highly recommend to everyone",
56
  "I was extremely disappointed. The quality is poor, and it didn’t work as promised. Waste of money",
 
49
  gr.Textbox(label="Token IDs"),
50
  gr.Textbox(label="Sentiment") # Only the sentiment (POSITIVE or NEGATIVE)
51
  ], # Output components
52
+ title="Sentiment Analysis: Interpreting the attitude within a review",
53
+ description="Enter revew to analyze sentiment (positive/negative).",
54
  examples=[
55
  "This product exceeded my expectations! It’s easy to use, effective, and a great value. Highly recommend to everyone",
56
  "I was extremely disappointed. The quality is poor, and it didn’t work as promised. Waste of money",