GirishKiran commited on
Commit
66b2de2
1 Parent(s): 0b00e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ exp = [
273
  arti= "<b>DistilBERT is 27 times faster than OpenAI, making it the clear winner for speed-sensitive applications.</b>\n\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."
274
 
275
  gradio.Interface(fn=predict_sentiment,
276
- inputs=in_box,
277
  outputs=out_box,
278
  title=title,
279
  description=desc,
 
273
  arti= "<b>DistilBERT is 27 times faster than OpenAI, making it the clear winner for speed-sensitive applications.</b>\n\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."
274
 
275
  gradio.Interface(fn=predict_sentiment,
276
+ inputs=input_text,
277
  outputs=out_box,
278
  title=title,
279
  description=desc,