ayush200399391001 commited on
Commit
23b82db
·
verified ·
1 Parent(s): c3817d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.3 # Increased from 0.25
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