Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,5 @@ gr.Interface(deepfakespredict,
|
|
| 93 |
inputs = [gr.inputs.Radio(["EfficientNetV2-B0", "EfficientNetV2-S"], label = "Select model:"), "image"],
|
| 94 |
outputs=["text", gr.outputs.Image(type="pil", label="Detected face"), gr.outputs.Label(num_top_classes=None, type="auto", label="Confidence")],
|
| 95 |
title=title,
|
| 96 |
-
description=description
|
| 97 |
-
examples=examples
|
| 98 |
).launch()
|
|
|
|
| 93 |
inputs = [gr.inputs.Radio(["EfficientNetV2-B0", "EfficientNetV2-S"], label = "Select model:"), "image"],
|
| 94 |
outputs=["text", gr.outputs.Image(type="pil", label="Detected face"), gr.outputs.Label(num_top_classes=None, type="auto", label="Confidence")],
|
| 95 |
title=title,
|
| 96 |
+
description=description
|
|
|
|
| 97 |
).launch()
|