Mikki01 commited on
Commit
178811d
·
1 Parent(s): 45b7fa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ 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/")]
 
44
  return prediction, elapsed_time
45
 
46
  # Create title, description and article strings
47
+ title = "Deepfake Detector"
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/")]