Update app.py
Browse files
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 = "
|
| 48 |
-
description = "
|
| 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 |
|