Rzhishchev commited on
Commit
1bf5d39
1 Parent(s): 8560266

Update toxic.py

Browse files
Files changed (1) hide show
  1. toxic.py +1 -1
toxic.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
5
 
6
  def app():
7
  st.title('Toxic Comment Detector')
8
- st.write('This is the toxic comment classifier page.')
9
 
10
  st.image('https://media4.giphy.com/media/CdhxVrdRN4YFi/giphy.gif')
11
 
 
5
 
6
  def app():
7
  st.title('Toxic Comment Detector')
8
+ st.write('Модель: ruBert tiny toxicity.')
9
 
10
  st.image('https://media4.giphy.com/media/CdhxVrdRN4YFi/giphy.gif')
11