Rob Caamano
commited on
Commit
•
08728c1
1
Parent(s):
682174e
App test2
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with st.container():
|
|
19 |
"Select the model you want to use below.",
|
20 |
("RobCaamano/toxicity",),
|
21 |
)
|
22 |
-
submit = st.button("Submit", type="primary"
|
23 |
|
24 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
25 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
|
|
19 |
"Select the model you want to use below.",
|
20 |
("RobCaamano/toxicity",),
|
21 |
)
|
22 |
+
submit = st.button("Submit", type="primary")
|
23 |
|
24 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
25 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|