junkmind commited on
Commit
7d7dabf
·
1 Parent(s): fff8d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def predict_fn(video):
44
  return prediction, elapsed_time
45
 
46
  # Create title, description and article strings
47
- title = "Deepfake Detector (private)"
48
- description = "A video Deepfake Classifier (code: https://github.com/selimsef/dfdc_deepfake_challenge)"
49
 
50
  example_list = ["examples/" + str(p) for p in os.listdir("examples/")]
51
 
 
44
  return prediction, elapsed_time
45
 
46
  # Create title, description and article strings
47
+ title = "SOTER"
48
+ description = "Preserving authenticity: Uncovering deepfakes with innovative technology"
49
 
50
  example_list = ["examples/" + str(p) for p in os.listdir("examples/")]
51