COM ADMIN
commited on
Commit
·
1c12f42
1
Parent(s):
d708cbf
Fixed
Browse files
main.py
CHANGED
@@ -184,7 +184,7 @@ async def detect_ai_and_plagiarism(file: UploadFile = File(...)):
|
|
184 |
return {
|
185 |
"ai_generated_percentage": round(ai_score * 100, 2),
|
186 |
"plagiarism_percentage": plag_score,
|
187 |
-
"plagiarism_risk": plag_risk
|
188 |
}
|
189 |
|
190 |
except Exception as e:
|
|
|
184 |
return {
|
185 |
"ai_generated_percentage": round(ai_score * 100, 2),
|
186 |
"plagiarism_percentage": plag_score,
|
187 |
+
# "plagiarism_risk": plag_risk
|
188 |
}
|
189 |
|
190 |
except Exception as e:
|