Spaces:
Sleeping
Sleeping
Prathmesh Patil
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ demo = gr.Interface(
|
|
56 |
fn=classify_image,
|
57 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
58 |
outputs=gr.Textbox(label="Prediction"),
|
59 |
-
title="DeepFake
|
60 |
-
description="Upload an image and the model will classify it as real or fake.",
|
61 |
theme="default",
|
62 |
|
63 |
)
|
|
|
56 |
fn=classify_image,
|
57 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
58 |
outputs=gr.Textbox(label="Prediction"),
|
59 |
+
title="DeepFake Detection for Facial images",
|
60 |
+
description="Upload an Facial image and the model will classify it as real or fake.",
|
61 |
theme="default",
|
62 |
|
63 |
)
|