ayse commited on
Commit
8a02177
1 Parent(s): 8931265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,7 +46,7 @@ def predict(input_text):
46
  iface = gr.Interface(predict,
47
  inputs="text",
48
  outputs="text",
49
- title="Bert Base Sentiment Analysis",
50
- description="This is a bert based sentiment classifier that is trained with tinder application reviews (EN).",
51
  allow_flagging="never")
52
  iface.launch(inbrowser=True)
46
  iface = gr.Interface(predict,
47
  inputs="text",
48
  outputs="text",
49
+ title="Sentiment Classification from Text",
50
+ description="This sentiment classifier is a final project of a data science bootcamp. I trained DistilBERT with Tinder Application Reviews on Google Play Store (EN).",
51
  allow_flagging="never")
52
  iface.launch(inbrowser=True)