Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ iface = gr.Interface(
|
|
125 |
inputs=[gr.Textbox(label="Content", lines=2, value=DEFAULT_CONTENT),
|
126 |
gr.Textbox(label="Policy", lines=8, value=DEFAULT_POLICY)],
|
127 |
outputs=[gr.Textbox(label="Result")],
|
128 |
-
article=
|
129 |
title="Zentropi CoPE Demo",
|
130 |
description="See if the given content violates your given policy."
|
131 |
)
|
|
|
125 |
inputs=[gr.Textbox(label="Content", lines=2, value=DEFAULT_CONTENT),
|
126 |
gr.Textbox(label="Policy", lines=8, value=DEFAULT_POLICY)],
|
127 |
outputs=[gr.Textbox(label="Result")],
|
128 |
+
article="TEST CONTENT",
|
129 |
title="Zentropi CoPE Demo",
|
130 |
description="See if the given content violates your given policy."
|
131 |
)
|