Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def predict(input_image:Image.Image, true_label:str):
|
|
94 |
|
95 |
title = "Deepfake Image Detection"
|
96 |
description = "~ AI - ML implementation for fake and real image detection technics."
|
97 |
-
article = "<p style='text-align: center'
|
98 |
|
99 |
interface = gr.Interface(
|
100 |
fn=predict,
|
|
|
94 |
|
95 |
title = "Deepfake Image Detection"
|
96 |
description = "~ AI - ML implementation for fake and real image detection technics."
|
97 |
+
article = "<p style='text-align: center'>...</p>"
|
98 |
|
99 |
interface = gr.Interface(
|
100 |
fn=predict,
|