karan99300 commited on
Commit
8d76671
·
verified ·
1 Parent(s): fbbccf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ iface = gr.Interface(
34
  outputs=gr.Textbox(),
35
  live=True,
36
  title="BERT Sentiment Analysis (CPU)",
37
- description="Enter a text and get sentiment prediction. Model runs on CPU.",
38
  )
39
  iface.launch()
 
34
  outputs=gr.Textbox(),
35
  live=True,
36
  title="BERT Sentiment Analysis (CPU)",
37
+ description="Enter a text and get sentiment prediction.",
38
  )
39
  iface.launch()