Spaces:
Runtime error
Runtime error
commented the desp. part.
Browse files
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()
|