Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def humanize(
|
|
37 |
ai_check_options = [
|
38 |
"Polygraf AI",
|
39 |
"Sapling AI",
|
40 |
-
"CopyLeaks"
|
41 |
]
|
42 |
|
43 |
def ai_generated_test_polygraf(text):
|
@@ -68,7 +68,7 @@ def ai_generated_test_copyleak(text):
|
|
68 |
payload = payload = "{\n \"text\": \"" + text + "\"\n}"
|
69 |
|
70 |
headers = {
|
71 |
-
'Authorization': "",
|
72 |
'Content-Type': "application/json",
|
73 |
'Accept': "application/json"
|
74 |
}
|
|
|
37 |
ai_check_options = [
|
38 |
"Polygraf AI",
|
39 |
"Sapling AI",
|
40 |
+
# "CopyLeaks"
|
41 |
]
|
42 |
|
43 |
def ai_generated_test_polygraf(text):
|
|
|
68 |
payload = payload = "{\n \"text\": \"" + text + "\"\n}"
|
69 |
|
70 |
headers = {
|
71 |
+
'Authorization': "9ea35187-f43a-4dc2-bfdf-25825b78eaf1",
|
72 |
'Content-Type': "application/json",
|
73 |
'Accept': "application/json"
|
74 |
}
|