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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
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.
3
- please do flag if you feel that the required output isn't desired output "
4
  title = "Cyber Bullying Sentiment Classifier"
5
  examples = [["lets have a coffee later on"],["go to hell Muslims "],["I respect your work ethics"],["black peoples lives doesn't matter"]]
6
  gr.Interface.load("models/Amitesh007/tw-sentiment-finetuned",
 
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",