Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,7 @@ interface = gr.Interface(
|
|
49 |
fn=predict_image,
|
50 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
51 |
outputs=[
|
52 |
-
gr.Textbox(label="Prediction Result")
|
53 |
-
gr.Textbox(label="Confidence Scores")
|
54 |
],
|
55 |
title="Deepfake Image Detector",
|
56 |
description="Upload an image, and the model will classify whether it is a 'real' or 'fake' image using deep learning."
|
|
|
49 |
fn=predict_image,
|
50 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
51 |
outputs=[
|
52 |
+
gr.Textbox(label="Prediction Result")
|
|
|
53 |
],
|
54 |
title="Deepfake Image Detector",
|
55 |
description="Upload an image, and the model will classify whether it is a 'real' or 'fake' image using deep learning."
|