Amitesh007 commited on
Commit
c618b89
1 Parent(s): 8c474a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ description = "Get sentiment if a comment is 'no cyber bullying' or 'cyber bully
33
  title = "Cyber Bullying Sentiment Classifier"
34
  examples = [["lets have a coffee later on"],["go to hell Muslims "],["I respect your work ethics"]]
35
 
36
- gr.Interface.load("Amitesh007/tw-sentiment-finetuned",
37
  description = description,
38
  title = title,
39
  examples = examples,
33
  title = "Cyber Bullying Sentiment Classifier"
34
  examples = [["lets have a coffee later on"],["go to hell Muslims "],["I respect your work ethics"]]
35
 
36
+ gr.Interface.load("models/Amitesh007/tw-sentiment-finetuned",
37
  description = description,
38
  title = title,
39
  examples = examples,