Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,7 @@ demo = gr.Interface(
|
|
82 |
],
|
83 |
outputs=[gr.Textbox(label="Moderated Text:", lines=5), gr.Image(type="pil", label="Moderation Pie Chart")],
|
84 |
title="Friendly Text Moderator",
|
85 |
-
description="Enter text to be moderated and adjust the safer value to see how it affects the moderation."
|
86 |
-
theme="compact"
|
87 |
)
|
88 |
|
89 |
# Customize the CSS
|
|
|
82 |
],
|
83 |
outputs=[gr.Textbox(label="Moderated Text:", lines=5), gr.Image(type="pil", label="Moderation Pie Chart")],
|
84 |
title="Friendly Text Moderator",
|
85 |
+
description="Enter text to be moderated and adjust the safer value to see how it affects the moderation."
|
|
|
86 |
)
|
87 |
|
88 |
# Customize the CSS
|