Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def detect_manipulation(report_path="report.json"):
|
|
185 |
# Adjusted thresholds
|
186 |
CONFIDENCE_THRESHOLD = 0.80 # Reduced from 0.65
|
187 |
FLOW_STD_THRESHOLD = 28 # New standard deviation threshold
|
188 |
-
SUSPICIOUS_FRAME_RATIO = 0.
|
189 |
|
190 |
stats = report["summary_stats"]
|
191 |
|
|
|
185 |
# Adjusted thresholds
|
186 |
CONFIDENCE_THRESHOLD = 0.80 # Reduced from 0.65
|
187 |
FLOW_STD_THRESHOLD = 28 # New standard deviation threshold
|
188 |
+
SUSPICIOUS_FRAME_RATIO = 0.25 # Increased from 0.25
|
189 |
|
190 |
stats = report["summary_stats"]
|
191 |
|