SaviAnna commited on
Commit
ab99c79
1 Parent(s): 4785ac8

Update pages/✨second.py

Browse files
Files changed (1) hide show
  1. pages/✨second.py +1 -1
pages/✨second.py CHANGED
@@ -38,7 +38,7 @@ tokenizer_bert = BertTokenizerFast.from_pretrained('blanchefort/rubert-base-case
38
  model_bert = AutoModelForSequenceClassification.from_pretrained('blanchefort/rubert-base-cased-sentiment-rusentiment', return_dict=True)
39
 
40
 
41
- return predicted
42
 
43
  st.title("SafeTalk")
44
  st.write("Your Personal Comment Filter is an innovative application that harnesses the power of AI to distinguish toxic comments from the rest.")
 
38
  model_bert = AutoModelForSequenceClassification.from_pretrained('blanchefort/rubert-base-cased-sentiment-rusentiment', return_dict=True)
39
 
40
 
41
+
42
 
43
  st.title("SafeTalk")
44
  st.write("Your Personal Comment Filter is an innovative application that harnesses the power of AI to distinguish toxic comments from the rest.")