Ron0420 commited on
Commit
bb689a4
1 Parent(s): 18f8f99

Update app.py

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