SengTak commited on
Commit
1f7a1ec
·
verified ·
1 Parent(s): 58aa85b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()