Zeyadd-Mostaffa commited on
Commit
c4aa679
·
verified ·
1 Parent(s): 722b211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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."