Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -739,6 +739,6 @@ demo = gr.Interface(
|
|
739 |
title="Abuse Pattern Detector + Escalation Quiz",
|
740 |
description="…",
|
741 |
allow_flagging="manual"
|
742 |
-
|
743 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|
744 |
|
|
|
739 |
title="Abuse Pattern Detector + Escalation Quiz",
|
740 |
description="…",
|
741 |
allow_flagging="manual"
|
742 |
+
)
|
743 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|
744 |
|