kyrilloswahid commited on
Commit
57d98ee
·
verified ·
1 Parent(s): 42a7306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ interface = gr.Interface(
82
  inputs=gr.Image(type="filepath", label="Upload Image"),
83
  outputs=[
84
  gr.Textbox(label="Predictions"),
85
- gr.Image(type="numpy", label="Annotated Image"),
86
  ],
87
  title="Deepfake Detector (Multi-Face Ensemble)",
88
  description="Detects all faces in an image and classifies each one as real or fake using Xception and EfficientNetB4 ensemble.",
 
82
  inputs=gr.Image(type="filepath", label="Upload Image"),
83
  outputs=[
84
  gr.Textbox(label="Predictions"),
85
+ gr.Image(type="filepath", label="Annotated Image"),
86
  ],
87
  title="Deepfake Detector (Multi-Face Ensemble)",
88
  description="Detects all faces in an image and classifies each one as real or fake using Xception and EfficientNetB4 ensemble.",