Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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.",
|