Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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):
|