Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ demo = gr.Interface(
|
|
40 |
outputs=gr.Textbox(label="Classification Result"),
|
41 |
title="Harmful Prompt Classifier",
|
42 |
description="This app classifies whether a given prompt is potentially harmful or benign.",
|
43 |
-
show_api=False,
|
44 |
-
show_response_timing=True
|
45 |
)
|
46 |
if __name__ == "__main__":
|
47 |
demo.launch()
|
|
|
40 |
outputs=gr.Textbox(label="Classification Result"),
|
41 |
title="Harmful Prompt Classifier",
|
42 |
description="This app classifies whether a given prompt is potentially harmful or benign.",
|
43 |
+
#show_api=False,
|
44 |
+
#show_response_timing=True
|
45 |
)
|
46 |
if __name__ == "__main__":
|
47 |
demo.launch()
|