Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -519,7 +519,7 @@ iface = gr.Interface(
|
|
519 |
inputs=textbox_inputs + quiz_boxes + [none_box],
|
520 |
outputs=[
|
521 |
gr.Textbox(label="Results"),
|
522 |
-
gr.Image(label="
|
523 |
],
|
524 |
title="Abuse Pattern Detector + Escalation Quiz",
|
525 |
allow_flagging="manual"
|
|
|
519 |
inputs=textbox_inputs + quiz_boxes + [none_box],
|
520 |
outputs=[
|
521 |
gr.Textbox(label="Results"),
|
522 |
+
gr.Image(label="Abuse Score Timeline", type="pil")
|
523 |
],
|
524 |
title="Abuse Pattern Detector + Escalation Quiz",
|
525 |
allow_flagging="manual"
|