Spaces:
Runtime error
Runtime error
asd
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def humanize_text(AI_text):
|
|
99 |
# Check if the humanized text is still detected as AI
|
100 |
prediction = get_prediction(humanized_text)
|
101 |
|
102 |
-
if prediction['label'] != 'AI'
|
103 |
break
|
104 |
|
105 |
attempts += 1
|
|
|
99 |
# Check if the humanized text is still detected as AI
|
100 |
prediction = get_prediction(humanized_text)
|
101 |
|
102 |
+
if prediction['label'] != 'AI':
|
103 |
break
|
104 |
|
105 |
attempts += 1
|