Amitesh007 commited on
Commit
a96d324
1 Parent(s): 2a450ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  description = "Get sentiment if a comment is 'no cyber bullying' or 'cyber bullying'.The predicted outputs refer to 'cyber bullying' for racism and sexism comments and 'no cyber bullying' for others comments.please do flag if you feel that the required output isn't desired output "
3
  title = "Cyber Bullying Sentiment Classifier"
4
- examples = [["lets have a coffee later on"],["go to hell Muslims "],["I respect your work ethics"],["black peoples lives doesn't matter"]]
5
  gr.Interface.load("models/Amitesh007/tw-sentiment-finetuned",
6
  description = description,
7
  title = title,
 
1
  import gradio as gr
2
  description = "Get sentiment if a comment is 'no cyber bullying' or 'cyber bullying'.The predicted outputs refer to 'cyber bullying' for racism and sexism comments and 'no cyber bullying' for others comments.please do flag if you feel that the required output isn't desired output "
3
  title = "Cyber Bullying Sentiment Classifier"
4
+ examples = [["lets have a coffee later on"],["go to hell Muslims "],["I respect your work ethics"]]
5
  gr.Interface.load("models/Amitesh007/tw-sentiment-finetuned",
6
  description = description,
7
  title = title,