Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def deepfakespredict(input_img ):
|
|
55 |
return input_img, text, text2, {labels[i]: float(pred[i]) for i in range(2)}
|
56 |
|
57 |
|
58 |
-
title="
|
59 |
description=" project Deepfake detection images real and fake call me +967776215118 "
|
60 |
|
61 |
examples = [
|
|
|
55 |
return input_img, text, text2, {labels[i]: float(pred[i]) for i in range(2)}
|
56 |
|
57 |
|
58 |
+
title="Deepfakes Image Detector"
|
59 |
description=" project Deepfake detection images real and fake call me +967776215118 "
|
60 |
|
61 |
examples = [
|