Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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/")]
|