Spaces:
Runtime error
Runtime error
dariolopez
commited on
Commit
·
865696c
1
Parent(s):
c6cbb95
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,6 @@ def detect_suicide_comment(input):
|
|
10 |
|
11 |
|
12 |
iface = gr.Interface(
|
13 |
-
fn=detect_suicide_comment, inputs="text", outputs="text"
|
14 |
)
|
15 |
iface.launch()
|
|
|
10 |
|
11 |
|
12 |
iface = gr.Interface(
|
13 |
+
fn=detect_suicide_comment, inputs="text", outputs="text", allow_flagging="auto"
|
14 |
)
|
15 |
iface.launch()
|