Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -553,11 +553,6 @@ def analyze_content_halves(model_manager, text: str, overall_result: Dict = None
|
|
| 553 |
"models_used": models_used
|
| 554 |
},
|
| 555 |
"final_decision": final_decision
|
| 556 |
-
}
|
| 557 |
-
"word_count": second_half_words,
|
| 558 |
-
"preview": second_half[:200] + "..." if len(second_half) > 200 else second_half
|
| 559 |
-
},
|
| 560 |
-
"final_decision": final_decision
|
| 561 |
}
|
| 562 |
|
| 563 |
except Exception as e:
|
|
@@ -827,4 +822,4 @@ if __name__ == "__main__":
|
|
| 827 |
port=port,
|
| 828 |
workers=workers,
|
| 829 |
reload=False # Set to True for dev
|
| 830 |
-
)
|
|
|
|
| 553 |
"models_used": models_used
|
| 554 |
},
|
| 555 |
"final_decision": final_decision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 556 |
}
|
| 557 |
|
| 558 |
except Exception as e:
|
|
|
|
| 822 |
port=port,
|
| 823 |
workers=workers,
|
| 824 |
reload=False # Set to True for dev
|
| 825 |
+
)
|