Spaces:
Sleeping
Sleeping
Replace college example
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ MODEL_REPO = "yrvelez/viral-classifier-roberta"
|
|
| 12 |
MAX_LENGTH = 128
|
| 13 |
|
| 14 |
EXAMPLE_TEXTS = [
|
| 15 |
-
"
|
| 16 |
"My mass spec results came back. The contamination levels are beyond anything in the literature.",
|
| 17 |
"Just mass-produced my 500th widget at the Topeka factory. Another Tuesday.",
|
| 18 |
"I asked ChatGPT to write my wedding vows and nobody noticed",
|
|
|
|
| 12 |
MAX_LENGTH = 128
|
| 13 |
|
| 14 |
EXAMPLE_TEXTS = [
|
| 15 |
+
"Nobody is talking about the fact that we just normalized working 60 hour weeks",
|
| 16 |
"My mass spec results came back. The contamination levels are beyond anything in the literature.",
|
| 17 |
"Just mass-produced my 500th widget at the Topeka factory. Another Tuesday.",
|
| 18 |
"I asked ChatGPT to write my wedding vows and nobody noticed",
|