Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ interface = gr.Interface(
|
|
258 |
outputs=[
|
259 |
gr.HTML(label="Prediction Output"),
|
260 |
gr.Textbox(label="Predictions", visible=False),
|
261 |
-
gr.
|
262 |
],
|
263 |
title="QualityTagger",
|
264 |
description="This tool classifies text into different quality domains such as Security, Usability, etc., and provides explanations.",
|
|
|
258 |
outputs=[
|
259 |
gr.HTML(label="Prediction Output"),
|
260 |
gr.Textbox(label="Predictions", visible=False),
|
261 |
+
gr.Markdown(label="Explanation")
|
262 |
],
|
263 |
title="QualityTagger",
|
264 |
description="This tool classifies text into different quality domains such as Security, Usability, etc., and provides explanations.",
|