Bigshot commited on
Commit
c93af48
1 Parent(s): 933e9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ iface = gr.Interface(fn=use,
45
  inputs=gr.Textbox(lines=8, placeholder="Type Something Awesome..."),
46
  outputs=[gr.Textbox(lines=3, placeholder="Waiting For Magic..."),"number"],
47
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
48
- description="<centre>This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice with about 96.5% accuracy. It also provides you with a score of how positive or negative it is.</centre>",
49
  article="\nRSA v0.1.2: @2.3M Params w/ 96.5% acc. & 388MB input dataset + 1.59MB output dataset. Trained on <a href='https://www.kaggle.com/datasets/ilhamfp31/yelp-review-dataset'>this Kaggle dataset</a>",
50
  examples=[
51
  ["I went there today! The cut was terrible! I have an awful experience. They lady that cut my hair was nice but she wanted to leave early so she made a disaster in my head!"],
 
45
  inputs=gr.Textbox(lines=8, placeholder="Type Something Awesome..."),
46
  outputs=[gr.Textbox(lines=3, placeholder="Waiting For Magic..."),"number"],
47
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
48
+ description="<center>This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice with about 96.5% accuracy. It also provides you with a score of how positive or negative it is.</center>",
49
  article="\nRSA v0.1.2: @2.3M Params w/ 96.5% acc. & 388MB input dataset + 1.59MB output dataset. Trained on <a href='https://www.kaggle.com/datasets/ilhamfp31/yelp-review-dataset'>this Kaggle dataset</a>",
50
  examples=[
51
  ["I went there today! The cut was terrible! I have an awful experience. They lady that cut my hair was nice but she wanted to leave early so she made a disaster in my head!"],