Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ This policy is designed to determine whether or not content is hate speech.
|
|
96 |
- Artistic and Educational Content: Content with legitimate artistic, educational, or documentary value that discusses or portrays issues related to hate speech in a context clearly aimed at enlightening or informing without promoting hate.
|
97 |
"""
|
98 |
|
99 |
-
DEFAULT_CONTENT = "
|
100 |
|
101 |
# Function to make predictions
|
102 |
def predict(content, policy):
|
|
|
96 |
- Artistic and Educational Content: Content with legitimate artistic, educational, or documentary value that discusses or portrays issues related to hate speech in a context clearly aimed at enlightening or informing without promoting hate.
|
97 |
"""
|
98 |
|
99 |
+
DEFAULT_CONTENT = "Put your content sample here."
|
100 |
|
101 |
# Function to make predictions
|
102 |
def predict(content, policy):
|