Spaces:
Sleeping
Sleeping
Commit
·
c692a42
1
Parent(s):
a1d867b
bug fix
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ demo = gr.Interface(
|
|
62 |
|
63 |
gr.Textbox(lines=2, placeholder="Enter the assistant's response", label="Assistant Response", value='I am good! Thanks for asking')
|
64 |
],
|
65 |
-
outputs=[gr.Textbox(label="OpenAI Output"), gr.Textbox(label="LLaMA-Guard Output"),
|
66 |
title="Safety Classifier",
|
67 |
description="Classify a conversation's safety by providing a conversation prefix (array of objects) and an assistant's response."
|
68 |
)
|
|
|
62 |
|
63 |
gr.Textbox(lines=2, placeholder="Enter the assistant's response", label="Assistant Response", value='I am good! Thanks for asking')
|
64 |
],
|
65 |
+
outputs=[gr.Textbox(label="OpenAI Output"), gr.Textbox(label="LLaMA-Guard Output")],
|
66 |
title="Safety Classifier",
|
67 |
description="Classify a conversation's safety by providing a conversation prefix (array of objects) and an assistant's response."
|
68 |
)
|