Bigshot commited on
Commit
cd4f75f
1 Parent(s): 02e0012

Patched Bugs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(fn=use,
44
  outputs="text",
45
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
46
  description="This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice. It has about 96.5% accuracy in this. It also provides you with a score of how mean or nice it is.",
47
- article="RSA v0.1.2: @2.29M Params w/ 96.5% acc. & 388MB dataset + 1.59MB output dataset. Trained on <a href="https://www.kaggle.com/datasets/ilhamfp31/yelp-review-dataset">this Kaggle dataset</a>"
48
  examples=[
49
  ["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!"],
50
  ["Yes! Awesome soy cap, scone, and atmosphere. Nice place to hang out & read, and free WiFi with no login procedure."],
 
44
  outputs="text",
45
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
46
  description="This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice. It has about 96.5% accuracy in this. It also provides you with a score of how mean or nice it is.",
47
+ article="RSA v0.1.2: @2.29M Params w/ 96.5% acc. & 388MB dataset + 1.59MB output dataset. Trained on <a href='https://www.kaggle.com/datasets/ilhamfp31/yelp-review-dataset'>this Kaggle dataset</a>"
48
  examples=[
49
  ["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!"],
50
  ["Yes! Awesome soy cap, scone, and atmosphere. Nice place to hang out & read, and free WiFi with no login procedure."],