Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
ee92837
1
Parent(s):
2e5c3b9
Updated
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def main(
|
|
219 |
domains_to_skip,
|
220 |
):
|
221 |
bc_score, mc_score = ai_generated_test(input, models)
|
222 |
-
formatted_tokens =
|
223 |
input,
|
224 |
year_from,
|
225 |
month_from,
|
|
|
219 |
domains_to_skip,
|
220 |
):
|
221 |
bc_score, mc_score = ai_generated_test(input, models)
|
222 |
+
formatted_tokens = plagiarism_check(
|
223 |
input,
|
224 |
year_from,
|
225 |
month_from,
|