GirishKiran commited on
Commit
27c0bba
1 Parent(s): c3c0346

Update app.py

Browse files

Updated article

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ exp = [
254
  ['I am feeling very bad today.'],
255
  ['I hate to swim early morning.']
256
  ]
257
- arti= "We did a comparision of OpenAI vs DestilBert model (which we are currently using in this space) by running 31 sentences in a loop and found DestilBert is <b>27 times faster</b> than OpenAI."
258
 
259
  gradio.Interface(fn=predict_sentiment,
260
  inputs=in_box,
 
254
  ['I am feeling very bad today.'],
255
  ['I hate to swim early morning.']
256
  ]
257
+ arti= "<b>DistilBERT is 27 times faster than OpenAI, making it the clear winner for speed-sensitive applications.</b>\nWe did a comparision of OpenAI vs DestilBert model (which we are currently using in this space) by running 31 sentences in a loop and found DestilBert is 27 times faster than OpenAI."
258
 
259
  gradio.Interface(fn=predict_sentiment,
260
  inputs=in_box,