junkmind commited on
Commit
ab0a363
·
1 Parent(s): 9197565

commented the desp. part.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ gr.Interface(deepfakespredict,
81
  "text",
82
  gr.outputs.Label(num_top_classes=None, type="auto", label="Confidence")],
83
  title=title,
84
- description=description,
85
  examples = examples,
86
  examples_per_page = 5
87
  ).launch()
 
81
  "text",
82
  gr.outputs.Label(num_top_classes=None, type="auto", label="Confidence")],
83
  title=title,
84
+ # description=description,
85
  examples = examples,
86
  examples_per_page = 5
87
  ).launch()