Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def analyze_messages(input_text):
|
|
98 |
iface = gr.Interface(
|
99 |
fn=analyze_messages,
|
100 |
inputs=gr.inputs.Textbox(lines=10, placeholder="Enter message here..."),
|
101 |
-
outputs=[
|
102 |
title="Abuse Pattern Detector"
|
103 |
)
|
104 |
|
|
|
98 |
iface = gr.Interface(
|
99 |
fn=analyze_messages,
|
100 |
inputs=gr.inputs.Textbox(lines=10, placeholder="Enter message here..."),
|
101 |
+
outputs=[gr.Textbox(), gr.JSON()],
|
102 |
title="Abuse Pattern Detector"
|
103 |
)
|
104 |
|