mariam-ahmed15 commited on
Commit
3a01f6d
·
verified ·
1 Parent(s): 9f50bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def predict_audio(audio_path):
35
  probability = torch.sigmoid(logits).item()
36
 
37
  # Return only the final text verdict
38
- if probability > 0.70:
39
  return "🚨 FAKE (SYNTHETIC)"
40
  else:
41
  return "✅ REAL (AUTHENTIC)"
 
35
  probability = torch.sigmoid(logits).item()
36
 
37
  # Return only the final text verdict
38
+ if probability > 0.77:
39
  return "🚨 FAKE (SYNTHETIC)"
40
  else:
41
  return "✅ REAL (AUTHENTIC)"