Cricles commited on
Commit
24f0828
·
verified ·
1 Parent(s): 2efd22f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ user_input = st.text_area('',height=200)
72
 
73
  model_type = st.radio(
74
  "Выберите модель",
75
- ("fasttext", "ru-BERT", "FRIDA")
76
  )
77
 
78
  def highlight_obscene_words(text, model_type):
 
72
 
73
  model_type = st.radio(
74
  "Выберите модель",
75
+ ("fasttext", "ru-BERT")
76
  )
77
 
78
  def highlight_obscene_words(text, model_type):