Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -74,12 +74,12 @@ def analyze(text):
|
|
| 74 |
|
| 75 |
|
| 76 |
HUMAN_EXAMPLE = (
|
| 77 |
-
"I
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
)
|
| 84 |
|
| 85 |
AI_EXAMPLE = (
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
HUMAN_EXAMPLE = (
|
| 77 |
+
"Frankly I never understood the appeal of camping. You pay money to sleep on the "
|
| 78 |
+
"ground, get bitten by things, and cook food worse than what you'd make at home. "
|
| 79 |
+
"My wife loves it though so every year we go, and every year I complain, and "
|
| 80 |
+
"every year she reminds me that I said the exact same thing last time. I suppose "
|
| 81 |
+
"that's marriage. We've got a tent older than our youngest kid and a cooler that "
|
| 82 |
+
"doesn't really keep things cold anymore, but nobody's allowed to replace either."
|
| 83 |
)
|
| 84 |
|
| 85 |
AI_EXAMPLE = (
|