Spaces:
Sleeping
Sleeping
Update pages/✨second.py
Browse files- 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 |
-
|
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.")
|