Spaces:
Sleeping
Sleeping
Update ai_text_detector_valid_final.py
Browse files
ai_text_detector_valid_final.py
CHANGED
|
@@ -48,7 +48,6 @@ label_mapping = {
|
|
| 48 |
# return text.strip()
|
| 49 |
|
| 50 |
def clean_text(text: str) -> str:
|
| 51 |
-
# Simply return text without changing spaces or line breaks
|
| 52 |
return text
|
| 53 |
|
| 54 |
def classify_szegedai(text: str):
|
|
|
|
| 48 |
# return text.strip()
|
| 49 |
|
| 50 |
def clean_text(text: str) -> str:
|
|
|
|
| 51 |
return text
|
| 52 |
|
| 53 |
def classify_szegedai(text: str):
|