Spaces:
Runtime error
Runtime error
Commit
·
9eee20c
1
Parent(s):
ef4cddb
update text to caption
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def setup_model():
|
|
| 80 |
model = setup_model()
|
| 81 |
|
| 82 |
st.title("Hate Speech Detection")
|
| 83 |
-
st.
|
| 84 |
|
| 85 |
text = st.text_input("Enter text")
|
| 86 |
|
|
|
|
| 80 |
model = setup_model()
|
| 81 |
|
| 82 |
st.title("Hate Speech Detection")
|
| 83 |
+
st.caption("Text will be truncated to 64 tokens")
|
| 84 |
|
| 85 |
text = st.text_input("Enter text")
|
| 86 |
|